JSFiddle - React, Tailwind, and code Playground

by slace

JavaScript

fn(); 
function fn() { 
    foo = 42; 
} 
var foo = 24; 
console.log(foo);