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