JSFiddle - React, Tailwind, and code Playground
HTML
<textarea>
You can select this text
</textarea>
<p>But you can not select this text</p>
CSS
p{-webkit-user-select:none;}
textarea{-webkit-user-select:text;}
<textarea>
You can select this text
</textarea>
<p>But you can not select this text</p>
p{-webkit-user-select:none;}
textarea{-webkit-user-select:text;}