JSFiddle - React, Tailwind, and code Playground
JavaScript
console.log(
$({}).bind("custom.namespaced", function (e) {
console.log(e.type);
}).data("events")
);
console.log(
$({}).bind("custom.namespaced", function (e) {
console.log(e.type);
}).data("events")
);