JSFiddle - React, Tailwind, and code Playground

by jakie8

JavaScript

var foo = 'FOO',
    bar = 'BAR';

(function(foo, bar){

    console.log(foo+' '+bar);

})("Hello", "World");