JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = {
  
};

console.log(obj);
console.log(obj.x);

obj.x = 3;