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