JSFiddle - React, Tailwind, and code Playground

by sureshalagarsamy

HTML

<body onclick="alert(`the bubbling doesn't reach here`)">
  <button onclick="event.stopPropagation()">Click me</button>
</body>