Landings

Tailwind CSS

User Select

Utilities for controlling whether the user can select text in an element.

ClassProperties
select-noneuser-select: none;
select-textuser-select: text;
select-alluser-select: all;
select-autouser-select: auto;