JSFiddle - React, Tailwind, and code Playground

by hiteshbhilai2010

HTML

<input value="press" type="button" onclick="myclick()">

JavaScript

function myclick(){
    alert("myclick")
    }