JSFiddle - React, Tailwind, and code Playground

by Chase Wilson

JavaScript

var namespace = namespace || window;

(function(global){
  
    var Mootools = global.Mootools = {};
    
    // ... and so on.
})(namespace);