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-none

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

Preview

Check .pointer-events-none in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

CSS source

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

More in Tailwind CSS Utilities