Landings
Stacks
Colors
Submit
About
Tailwind CSS
User Select
Utilities for controlling whether the user can select text in an element.
Class
Properties
select-none
user-select: none;
select-text
user-select: text;
select-all
user-select: all;
select-auto
user-select: auto;