JSFiddle - React, Tailwind, and code Playground

by João Vitor Scheuermann

HTML

<table cellpadding="0" cellspacing="0" border="0">
  <tr>
    <td width="700" height="372"></td>
    <td width="0" height="372"></td>
  </tr>
</table>

JavaScript

let teste = [{
  "type": "table",
  "data": {
    "editable": true,
    "attributes": {
    			
    }
  },
  "childrens": [{
    "type": "tr",
    "data": {
      "editable": false,
    },
    "childrens": [{
      "type": "td",
      "data": {
        "editable": false,
      },
      "childrens": []
    }]
  }]
}]