JSFiddle - React, Tailwind, and code Playground
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);