Aligning items to the left tailwind code example
Example 1: align right tailwind
<div class="flex justify-end ...">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
Example 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;