Answers for "tailwind text does not align"

2

tailwind tect align left

Class				Properties
text-left		text-align: left;
text-center		text-align: center;
text-right		text-align: right;
text-justify	text-align: justify;
Posted by: Guest on February-18-2021
1

tailwind text vertical alignment doesn't work

<div class="flex h-screen">
  <div class="m-auto">
    <h3>title</h3>
    <button>button</button>
  </div>
</div>
Posted by: Guest on June-11-2021

Browse Popular Code Answers by Language