JSFiddle - React, Tailwind, and code Playground
by jameswiseman
HTML
<input type="text" id="t" onclick="test()" />
JavaScript
function test()
{
alert("test");
}
by jameswiseman
<input type="text" id="t" onclick="test()" />
function test()
{
alert("test");
}