JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

JavaScript

var something = "Hello";

function sayHello(object) {
	document.write(something);
}