JSFiddle - React, Tailwind, and code Playground

by Leo Cavalcante

JavaScript

var app = (function(window, undefined){
    
    console.log(this == window);
    
    return {};
    
})(window);