Prevent user selection of text

Because of the click and drag nature of this component, I recommend using user-select: none; to prevent the user from accidentally selecting the text.

image

Image included to illustrate what we want to prevent.

Edited by (Mark) Ryan Sallee