JSFiddle - React, Tailwind, and code Playground

by dkrotts

HTML

<div id="foo">Foo</div>

JavaScript

$("#foo").focus(function() {
    alert("A");
});

console.log($("#foo").data("events"));
console.log($("#foo").focus);