JSFiddle - React, Tailwind, and code Playground
by Thomas Upton
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dijit/themes/tundra/tundra.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.9.1/dojo/resources/dojo.css">
<body class="tundra">
<button data-dojo-type="dijit/form/Button">I'm a dojo button</button>
</body>
JavaScript
require([
'dojo/parser',
'dojo/domReady!'
], function(parser) {
parser.parse();
});