JSFiddle - React, Tailwind, and code Playground

JavaScript

function testFunc() {
    test = 7;
}

var test;
testFunc();