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