JSFiddle - React, Tailwind, and code Playground
by Alex Cowan
HTML
<p>
hello
</p>
JavaScript
$("p").click(function(){
// action goes here!!
console.log('yo!');
});
by Alex Cowan
<p>
hello
</p>
$("p").click(function(){
// action goes here!!
console.log('yo!');
});