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