JSFiddle - React, Tailwind, and code Playground
by ric47121
JavaScript
(function(){
this.hola = 'pepe';
}).call(this);
console.log(window.hola);
console.log(hola);