JSFiddle - React, Tailwind, and code Playground

by gokulmaha

JavaScript

var JSONobject = {
        "Tabs": [
          {
              "TabId": "0",
              "TabName": "General",
              "IsDisabled": "1",
              "IsVisible": "1",
              "Sections": [
                {
                    "SectionId": "3",
                    "SectionName": "PartSupplierDetails",
                    "IsDisabled": "0",
                    "IsVisible": "1",
                    "SectionClass": "",
                    "Fields": [
                      {
                          "FieldId": "1",
                          "FieldName": "ProgramName",
                          "FieldValue": "",
                          "FieldBoostrapLayout": "12,6,4,4",
                          "FieldType": "autocomplete",
                          "FieldMaster": "GetProgramList",
                          "FieldLength": "100",
                          "IsRequired": "0",
                          "IsDisabled": "0",
                          "IsVisible": "1",
                          "DataType": "text",
                          "FieldClass": "",
                          "LabelClass": ""
                      },
                      {
                          "FieldId": "2",
                          "FieldName": "ProgramName",
                          "FieldValue": "",
                          "FieldBoostrapLayout": "12,6,4,4",
                          "FieldType": "autocomplete",
                          "FieldMaster": "GetProgramList",
                          "FieldLength": "100",
                          "IsRequired": "0",
                          "IsDisabled": "0",
                          "IsVisible": "1",
                          "DataType": "text",
                          "FieldClass": "",
                          "LabelClass": ""
                      },
                      {
                          "FieldId": "3",
                          "FieldName": "ProgramName",
                          "FieldValue": "",
      ...