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 included to illustrate what we want to prevent.
issue