JSFiddle - React, Tailwind, and code Playground

by ChaseWest

JavaScript

var myVar = (function() {
    return 1;
})();

alert(myVar);