JSFiddle - React, Tailwind, and code Playground

JavaScript

var one = {test: 'test'};
var two = {'test.test': 'test inside test'};

console.log(_.extend(one, two))