JSFiddle - React, Tailwind, and code Playground

by psaraswathi

JavaScript

var hello = (function(){
   return function(){ return {
            "hello":"world"
          }
                    };
})();


console.log(hello);