JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = {f : 1}
console.log(a)
console.log(a.b)
console.log(a.b.c)