JSFiddle - React, Tailwind, and code Playground
by karan shah
HTML
<button onclick="getValue()">Click</button>
JavaScript
function getValue(){
alert("asa");
}
by karan shah
<button onclick="getValue()">Click</button>
function getValue(){
alert("asa");
}