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