JSFiddle - React, Tailwind, and code Playground
by Thomas Upton
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.8/dojo/resources/dojo.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/tundra/tundra.css">
<body class="tundra">
<div data-dojo-type="dijit/DropDownMenu">
<div data-dojo-type="dijit/MenuItem"><a href="http://google.com/">Click Me</a></div>
</div>
</body>
JavaScript
require(['dijit/DropDownMenu', 'dijit/MenuItem']);