JSFiddle - React, Tailwind, and code Playground

by Shobhit Sharma

JavaScript

{
  "type": "Program",
  "body": [{
    "type": "VariableDeclaration",
    "declarations": [{
      "type": "VariableDeclarator",
      "id": {
        "type": "Identifier",
        "name": "x"
      },
      "init": {
        "type": "ObjectExpression",
        "properties": [{
            "type": "Property",
            "key": {
              "type": "Literal",
              "value": "chart",
              "raw": "\"chart\""
            },
            "computed": false,
            "value": {
              "type": "ObjectExpression",
              "properties": [{
                  "type": "Property",
                  "key": {
                    "type": "Literal",
                    "value": "type",
                    "raw": "\"type\""
                  },
                  "computed": false,
                  "value": {
                    "type": "Literal",
                    "value": "line",
                    "raw": "\"line\""
                  },
                  "kind": "init",
                  "method": false,
                  "shorthand": false
                },
                {
                  "type": "Property",
                  "key": {
                    "type": "Literal",
                    "value": "events",
                    "raw": "\"events\""
                  },
                  "computed": false,
                  "value": {
                    "type": "ObjectExpression",
                    "properties": [{
                      "type": "Property",
                      "key": {
                        "type": "Literal",
                        "value": "load",
                        "raw": "\"load\""
                      },
                      "computed": false,
                      "value": {
                        "type": "FunctionExpression",
                        "id": null,
                        "params": [],
                        "body": {
                          "type": "BlockStatement",
             ...