JSFiddle - React, Tailwind, and code Playground

by Derek Anderson

JavaScript

window.test = enyo.create({
    components: [{
        tag: "input",
        attributes: {
            type: "radio",
            name: "radioGroup" + this.id
        }
    }, {
        tag: "input",
        attributes: {
            type: "radio",
            name: "radioGroup" + this.id
        }
    }]
}).renderInto(document.body);