JSFiddle - React, Tailwind, and code Playground
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;
}
<link rel="stylesheet" href="http://jsfiddle.net/css/normalize.css">
<div>hello</div><div>another div</div>
div {
margin-right: 10px;
display: inline-block;
}