JSFiddle - React, Tailwind, and code Playground

by ThiefMaster

JavaScript

(function ($) {
    /* stuff */    
})(jQuery)
    //    ^ why is the semicolon required there?
    
/* meow */

(function (factory) {
    /* stuff */
}(function () {
    /* stuff */
}));