JSFiddle - React, Tailwind, and code Playground

by PeterShafer

HTML

<script src="https://cdn.jsdelivr.net/g/[email protected](riot.min.js+compiler.min.js)"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
<bs-label type="danger">Hello</bs-label>

<script type="riot/tag">
    <bs-label>
        <span class="label label-{ opts.type ? opts.type : 'default' }">    
            <yield/>
        </span>
    </bs-label>
</script>

JavaScript

riot.mount('bs-label');