Tailwind CSS Classes

Tailwind CSS class .cursor-not-allowed

<div class="cursor-not-allowed bg-teal-400 text-center w-64 py-4 m-2">Not Allowed</div>

Preview

Are you tired of writing HTML by hand?

CSS source

.cursor-not-allowed { cursor: not-allowed; }

More Tailwind CSS classes in Utilities category

© 2024 Shuffle. All rights reserved.