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