JSFiddle - React, Tailwind, and code Playground

by Ronny

HTML

<p>fawiouejfijeawfwaeF</p>
<a href="#">faiuwhefiuhawief</a>
<h1>fadsfsadf</h1>
<button id="nonono">NO!</button>
<h2>Fasdfasdf</h2>

JavaScript

$('#nonono').click(function(e){e.stopPropagation()});

$(document).click(function(){
    alert('hi')
});