JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = {b: 3};
console.log('first', a);
a.b = 5;
console.log('second', a);