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