JSFiddle - React, Tailwind, and code Playground

Dojo 1.9 + Claro template

by kfranqueiro

HTML

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/claro/document.css">
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/dojo/1.8/dijit/themes/claro/claro.css">

JavaScript

require([
    // insert dependencies here
    "dojo/domReady!"
], function(){
    
});