JSFiddle - React, Tailwind, and code Playground

JavaScript

var c = 'fail';
{
    var c = 123;
}
alert(c); //alerts 123