JSFiddle - React, Tailwind, and code Playground

HTML

you can't type in here!
<br>
<textarea id="area"></textarea>

JavaScript

$("#area").keypress(function(){
    return false;
});