JSFiddle - React, Tailwind, and code Playground
HTML
<div id="seba">click me with the middle</div>
<p>what happens is in firefox won't trigger and in chrome yes. It seems there is no *clean* way of fixing this</p>
JavaScript
$("#seba").click(function(e){
alert("pepe");
})