JSFiddle - React, Tailwind, and code Playground

by ShankarSangoli

HTML

<input value="Click me" type="button" />

JavaScript

jQuery('input').click(function(){
    alert('I am clicked');
});