JSFiddle - React, Tailwind, and code Playground

by xonev

HTML

<div id="notes">
    <h1>Notes!</h1>
</div>

JavaScript

notes.addEventListener("click", function () { alert("Notes!"); });