JSFiddle - React, Tailwind, and code Playground

by Jessie Lau

JavaScript

(function () {
    var a = 5;
    b=5;
})();
console.log(b);