JSFiddle - React, Tailwind, and code Playground

by Sunny SM

JavaScript

for (var i = 0; i < 5; i++) {
	(function IIFE() {
    console.log('j', i)
  })();
}