JSFiddle - React, Tailwind, and code Playground
by zoldello
HTML
<input type="button" value="test" onclick="test()">
JavaScript
function test(){
alert("test");
}
by zoldello
<input type="button" value="test" onclick="test()">
function test(){
alert("test");
}