user-select
CSS Property:
Result:
Select the text, and you can see that the selected text is highlighted with blue.
CSS Code:
#myDiv {
user-select: auto;
}
Click the property values above to see the result
Click the property values above to see the result