JSFiddle - React, Tailwind, and code Playground

by alexflav23

JavaScript

function test() {alert("I am here");}

var global = eval(1, this);

delete window.test;

test();