JSFiddle - React, Tailwind, and code Playground
HTML
<textarea id='textarea'></textarea>
JavaScript
$("#textarea").bind('paste', function(e){ alert('Paste deteceted') });
<textarea id='textarea'></textarea>
$("#textarea").bind('paste', function(e){ alert('Paste deteceted') });