JSFiddle - React, Tailwind, and code Playground

JavaScript

// Example minified and concatenated scripts...
// base.js
var msg = function(message) {
    alert(message || '');
}

// home.js
!(function() {
   
    // Something.
    
})();