JSFiddle - React, Tailwind, and code Playground

by James Allardice

HTML

<span id="templates">Click me</span>

JavaScript

$('#templates').click(function(e) {
            alert("1");
        });

$('#templates').click(function(e) {
            alert("2");
        });