JSFiddle - React, Tailwind, and code Playground

JavaScript

var Control = require('enyo/Control');

new Control({
    components: [
        {content: 'Hello From Enyo',
        classes: 'foo',
        style: 'color: green',
        attributes: {tabIndex: 0}}//,
        //{tag: 'hr'}
    ]
}).renderInto(document.body);