JSFiddle - React, Tailwind, and code Playground

by antelopelovefan

JavaScript

var ee = {};

(function() {
    (function() {
        ee.config = {};
        ee.config.foo = 'foo';
    })();  
    
    console.log(ee.config);
})();