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