JSFiddle - React, Tailwind, and code Playground JavaScript var obj = { foo: 'bar' }; var obj2 = { foo: 'bar' }; console.log(obj === obj2);