JSFiddle - React, Tailwind, and code Playground

JavaScript

var temp = {};
        temp.a = 34;
        height:34, //should fail here.
            temp.b = 56;
   
document.write("should not execute");