JSFiddle - React, Tailwind, and code Playground
by Ronny
HTML
<div id="topic">
<div class="wikified">
<a href="#" data-report-event="Catalogs/Topic-Wikified" data-report-pagename="topic" class="post-title">Title</a>
</div>
</div>
JavaScript
// Image this is part of ClickManager...
document.addEvent('click', function(){
//if(el.hasClass('ga')){
console.log(this);
//}
});