JSFiddle - React, Tailwind, and code Playground

by jameswiseman

HTML

<input type="text" id="t" onclick="test()" />

JavaScript

function test()
{
    alert("test");
}