JSFiddle - React, Tailwind, and code Playground
HTML
you can't type in here!
<br>
<textarea id="area"></textarea>
JavaScript
$("#area").keypress(function(){
return false;
});
you can't type in here!
<br>
<textarea id="area"></textarea>
$("#area").keypress(function(){
return false;
});