JSFiddle - React, Tailwind, and code Playground

by Ryan Duffy

HTML

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

JavaScript

/*
enyo.kind({
    name:"Your.Kind",
    kind:"Control",
    // etc ...
});

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