How to center text using Tailwind CSS
Tailwind CSS includes a class for centering text that’s called text-center
.
You can center text by adding that class. For example:
<p class="text-center">Hello, world!</p>
Tailwind CSS includes a class for centering text that’s called text-center
.
You can center text by adding that class. For example:
<p class="text-center">Hello, world!</p>