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