JSFiddle - React, Tailwind, and code Playground
HTML
aaaaaaaaaaaaaaaaa
JavaScript
$("#span").click(function() {
alert($("#span").html());
});
aaaaaaaaaaaaaaaaa
$("#span").click(function() {
alert($("#span").html());
});