JSFiddle - React, Tailwind, and code Playground
HTML
<div id="a">asdasd</div>
JavaScript
var i = 0;
Element.NativeEvents = $merge(Element.NativeEvents, {copy: 2});
$(document.body).addEvents({
copy: function(){
console.log("PROVA");
}
});