JSFiddle - React, Tailwind, and code Playground

by Alexey Valikov

JavaScript

var PO = {
    name: 'PO',
    typeInfos: [{
        type: 'classInfo',
        // Full name of this class info is PO.PurchaseOrderType
        localName: 'PurchaseOrderType'
        // ...
    }
    // ...
    ],
    elementInfos: [ /*...*/ ]
};