JSFiddle - React, Tailwind, and code Playground

JavaScript

function foo(){
    "use strict";
    a = 54;
    console.log(a);
}

foo()