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