Demo version: https://russmaxdesign.github.io/user-select/
The user-selection property controls the how users are able to select content within an element.
Property values include:
user-select: none;
user-select: auto; /* initial value */
user-select: text;
user-select: contain;
user-select: all;See Licence information for use.