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