JSFiddle - React, Tailwind, and code Playground

by ChangJoo Park

JavaScript

const iifeArrow = (() => {
})()

const iifeFunction = (function() {
console.log(this)
})()