JSFiddle - React, Tailwind, and code Playground

by karan shah

HTML

<button onclick="getValue()">Click</button>

JavaScript

function getValue(){
    alert("asa");  
}