JSFiddle - React, Tailwind, and code Playground

JavaScript

function f(){}
var f;
console.log(f);

var g;
function g(){}
console.log(g);