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