JSFiddle - React, Tailwind, and code Playground

by Brenton Strine

HTML

<link rel="stylesheet" href="http://jsfiddle.net/css/normalize.css">
<div>hello</div><div>another div</div>

CSS

div {
    margin-right: 10px;
    display: inline-block;
}