JSFiddle - React, Tailwind, and code Playground
by burktelefon
HTML
<div onClick="alert('sdlkf');">
test
</div>
JavaScript
function testFunc(){alert("sdlkf");}
by burktelefon
<div onClick="alert('sdlkf');">
test
</div>
function testFunc(){alert("sdlkf");}