JSFiddle - React, Tailwind, and code Playground

JavaScript

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

new Control({
		content: 'Hello From Enyo controlator', 
    classes: 'foo',
    style: 'color: red', 
    attributes: {tabIndex: 0}
}).renderInto(document);