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