← Tailwind CSS classes list

Tailwind CSS class: .cursor-pointer

<div class="cursor-pointer bg-teal-400 text-center w-64 py-4 m-2">Pointer</div>

Preview

Pointer

Check .cursor-pointer 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

.cursor-pointer { cursor: pointer; }

More in Tailwind CSS Utilities