JSFiddle - React, Tailwind, and code Playground

JavaScript

var a = {x:1}
    var b = {x:2}
        alert(a + b)