JSFiddle - React, Tailwind, and code Playground

by JakobJingleheimer

Babel + JSX

const first = { foo: 'foo', bar: 'bar', qux: 'abc' };
const second = { qux: 'qux', zed: 'zed' };

console.log({...first, ...second});