JSFiddle - React, Tailwind, and code Playground

JavaScript

var a;
a.x = 3;
console.log(a);
console.log(a.x);