JSFiddle - React, Tailwind, and code Playground

by HYEONGJINKIM

HTML

var foo = "console"
(function test(abc){
console.log(abc);    
})(foo)