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