JSFiddle - React, Tailwind, and code Playground

JavaScript

let test;

function addValue(){
	test = "Hey";
}

addValue();

console.log(test);