JSFiddle - React, Tailwind, and code Playground

JavaScript

var jj = {};
jj.aa = function() {
        alert(5);
        };
xx = jj.aa;
window.xx();