JSFiddle - React, Tailwind, and code Playground
HTML
<p>P</p>
<h1>h1</h1>
JavaScript
$(document).delegate('*', 'click', function (e) {
console.log(e.target);
});
<p>P</p>
<h1>h1</h1>
$(document).delegate('*', 'click', function (e) {
console.log(e.target);
});