JSFiddle - React, Tailwind, and code Playground

by catfood

HTML

<h1>aa</h1>

CSS

h1{
    coursor:pointer;
}

JavaScript

$("h1").live("click",function(){
   alert("ok") 
});