JSFiddle - React, Tailwind, and code Playground

JavaScript

myFunction();

var myFunction = function() {
    console.log('test');
};