link
Horizontally and vertically center
Center using flexbox
<div class="flex justify-center items-center h-screen"> <div>Centered Content</div> </div>