JSFiddle - React, Tailwind, and code Playground

http://stackoverflow.com/questions/6889960/disable-text-selection-of-html-element

by tw16

HTML

<div class='test'>Some text</div>
<input class='test' value='Some text'/>

JavaScript

$('.test').disableSelection().css('webkit-user-select','none');