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