JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

JavaScript

function meh() {
    console.log('before');
}

meh();

(function () {
    console.log('after');
}());