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