JSFiddle - React, Tailwind, and code Playground by Afzaal Ahmad Zeeshan September 21, 2018 JavaScript var something = "Hello"; function sayHello(object) { document.write(something); }