JSFiddle - React, Tailwind, and code Playground

HTML

<label unselectable="off">Something</label>

CSS

label {-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;}