JSFiddle - React, Tailwind, and code Playground

by ronilan

JavaScript

var $eye = $("<a>");
try {
  $eye.on("say", function() {
      alert("So unique ;)");
  });
} catch (err) {
  console.log(err);
}
$eye.trigger("say");