JSFiddle - React, Tailwind, and code Playground

JavaScript

(function (window){
    //code and other functions here
    // here window is undefined
    console.log(window);
    alert(window);
})();