is now part of Shuffle™. The new editor includes templates for Tailwind CSS, Bootstrap, Bulma, and Material-UI.
Switch to Shuffle →
← Tailwind CSS classes list

Tailwind CSS class: .pointer-events-auto

<button class="pointer-events-none hover:bg-teal-400 px-4 py-2 bg-gray-300 m-2">None</button>

Preview

CSS source

.pointer-events-auto { pointer-events: auto; }

More in Tailwind CSS Utilities