JSFiddle - React, Tailwind, and code Playground
Babel + JSX
const first = { foo: 'foo', bar: 'bar', qux: 'abc' };
const second = { qux: 'qux', zed: 'zed' };
console.log({...first, ...second});
const first = { foo: 'foo', bar: 'bar', qux: 'abc' };
const second = { qux: 'qux', zed: 'zed' };
console.log({...first, ...second});