JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = 10;
 
(function () {
  alert(a);
  var a = 20;
})();