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