Explanation
Uses flexbox utilities to center content both horizontally and vertically
Examples
Center using flexbox
<div class="flex justify-center items-center h-screen">
<div>Centered Content</div>
</div>
Uses flexbox utilities to center content both horizontally and vertically
Center using flexbox
<div class="flex justify-center items-center h-screen">
<div>Centered Content</div>
</div>