JSFiddle - React, Tailwind, and code Playground

JavaScript

var c = $({});
c.on('abc', function () {
    console.log('123');
});
c.trigger('abc');