JSFiddle - React, Tailwind, and code Playground

by egoregor

HTML

<div onClick="a()">inc</div>

JavaScript

function a() {
    alert("s");
}