JSFiddle - React, Tailwind, and code Playground by irinablue April 25, 2022 JavaScript const o = { e: 2 } const b = { r: 1, t: o?.t } console.log(b)