JSFiddle - React, Tailwind, and code Playground

by burktelefon

HTML

<div onClick="alert('sdlkf');">
test
</div>

JavaScript

function testFunc(){alert("sdlkf");}