JSFiddle - React, Tailwind, and code Playground

HTML

<div id="licenses" class="container"></div>

JavaScript

var yourJson = {
    "@name": "Reuters TV iOS",
    "license": [{
        "@name": "Apache License 2.0",
        "component": [{
            "name": "RMStore",
            "url": "http://github.com/robotmedia/RMStore/"
        }, {
            "name": "mixpanel-iphone",
            "url": "http://github.com/mixpanel/mixpanel-iphone/"
        }, {
            "name": "facebook-ios-sdk",
            "url": "http://github.com/facebook/facebook-ios-sdk/"
        }],
        "licensetext": "text "
    }, {
        "@name": "Apple MIT License",
        "component": {
            "name": "Apple iOS Developer Library",
            "url": ""
        },
        "licensetext": " text"
    }, {
        "@name": "BSD 3-clause \"New\" or \"Revised\" License",
        "component": [{
            "name": "Reachability-DDG",
            "url": ""
        }, {
            "name": "Tweaks",
            "url": "http://github.com/facebook/Tweaks/"
        }, {
            "name": "NYXImagesKit",
            "url": "http://github.com/Nyx0uf/NYXImagesKit/"
        }, {
            "name": "pop",
            "url": "http://github.com/facebook/pop/"
        }, {
            "name": "JLRoutes",
            "url": "http://github.com/joeldev/JLRoutes/"
        }],
        "licensetext": "text "
    }, {
        "@name": "Deusty BSD- License",
        "component": {
            "name": "CocoaLumberjack",
            "url": "http://github.com/CocoaLumberjack/CocoaLumberjack/"
        },
        "licensetext": " text"
    }, {
        "@name": "MIT License",
        "component": [{
            "name": "SDWebImage",
            "url": "http://github.com/rs/SDWebImage/"
        }, {
            "name": "SVProgressHUD",
            "url": "http://github.com/TransitApp/SVProgressHUD/"
        }, {
            "name": "TableViewCellWithAutoLayout",
            "url": ""
        }, {
            "name": "OHHTTPStubs",
            "url": "http://github.com/AliSoftware/OHHTTPStubs/"
        }, {
     ...