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