JSFiddle - React, Tailwind, and code Playground by lasha April 01, 2020 JavaScript var a = 21; var b = function(){ console.log(a); var a = } b();