user-select CSS property

user-select: auto

This text is selectable based on user-select value of the parent.


user-select: text

This text is selectable.


user-select: all

Clicking once will select all of this text


user-select: none

This text is not selectable.


user-select: contain

This text is selectable.