JSFiddle - React, Tailwind, and code Playground
HTML
<textarea id="test" style="width:15px;overflow:hidden;" ></textarea>
JavaScript
$("#test").bind("paste", function(){ console.log('yep'); } );
<textarea id="test" style="width:15px;overflow:hidden;" ></textarea>
$("#test").bind("paste", function(){ console.log('yep'); } );