JSFiddle - React, Tailwind, and code Playground
by jbalsas
HTML
<script src="http://cdn.alloyui.com/2.0.0pr6/aui/aui-min.js"></script>
<link rel="stylesheet" href="http://cdn.alloyui.com/2.0.0pr6/aui-css/css/bootstrap.min.css">
<nav>
<a href="http://www.google.com">Go to google</a>
</nav>
CSS
nav {
background-color: #ff00ff;
display: block;
}
JavaScript
YUI.Env.core.push('aui-base-html5-shiv');
var Y = new YUI();