<div class="flex h-screen items-center justify-center border-x border-blue-800">
<div class="text-8xl text-blue-800">Look Ma, I am Centered</div>
</div>
This code should give you the following result on the screen
<div class="flex h-screen items-center justify-center border-x border-blue-800">
<div class="text-8xl text-blue-800">Look Ma, I am Centered</div>
</div>
This code should give you the following result on the screen
Written by Tushar