JSFiddle - React, Tailwind, and code Playground

JavaScript

function myFunc() {

    var what = 'who?';
}

alert(myFunc.toString());