JSFiddle - React, Tailwind, and code Playground

by Slava809

JavaScript

var b;
(b = function (){
 	alert(111);
})();

b()