text-justify
Usage
<div class="text-justify">
<!-- Your content here -->
</div>
Examples
Here are some examples of how to use the text-justify
class:
<!-- Basic usage -->
<div class="text-justify">
Content
</div>
<!-- With other classes -->
<div class="text-justify p-4 bg-white">
Content with padding and background
</div>