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