JSFiddle - React, Tailwind, and code Playground

by brianarn

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dojo/resources/dojo.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.3/dijit/themes/tundra/tundra.css">
<div dojoType="dijit.form.Button">Halp halp</div>

JavaScript

dojo.require("dojo.parser");
dojo.require("dijit.form.Button");