JSFiddle - React, Tailwind, and code Playground
JavaScript
enyo.kind({
name:"ex.App",
components:[
{kind:"moon.Button", content:"Button", style:"width:100%;", classes:"moon-border-box"}
]
});
new ex.App().renderInto(document.body);