JSFiddle - React, Tailwind, and code Playground

by Rahul Desai

JavaScript

var object = {
  baz: {
    foo: {
      bar: 5
    }
  }
};