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