JSFiddle - React, Tailwind, and code Playground

by cm0s

HTML

<div class="test">test</div>

JavaScript

$('.test').on('click', function(){console.log('event')});
$('.test').on('click', function(){console.log('event')});