JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

HTML

<p>
hello
</p>

JavaScript

$("p").click(function(){
  // action goes here!!
  console.log('yo!');
});