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