JSFiddle - React, Tailwind, and code Playground

by psaraswathi

JavaScript

//IIFE 

(function(){
  console.log("I am IIFE");
})();