JSFiddle - React, Tailwind, and code Playground

by de Montalembert Jonathan

JavaScript

var a = (function(a){console.log(a);}('a'));
var b = function(){console.log('b');};
(function c(){console.log('c');});