how to make a div center in the middle tailwind code example
Example: tailwind center
<div class="flex justify-center ...">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
<div class="flex justify-center ...">
<div>1</div>
<div>2</div>
<div>3</div>
</div>