Back to borders Classes

rounded-tr

Usage

<div class="rounded-tr">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the rounded-tr class:

<!-- Basic usage -->
<div class="rounded-tr">Content</div>

<!-- With other classes -->
<div class="rounded-tr p-4 bg-white">Content with padding and background</div>