JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://enyojs.com/enyo-2.0b/enyo.js"></script>

JavaScript

enyo.kind({
    name:"Your.Kind",
    kind:"Control",
    content:"abc"
});

new Your.Kind().renderInto(document.body);