JSFiddle - React, Tailwind, and code Playground

JavaScript

var a  = {};
a.xyz = function() { 
    alert("dosomething");
}