JSFiddle - React, Tailwind, and code Playground

by codebazz

JavaScript

function a(){
alert(1);

}
var aa=a;

aa();