JSFiddle - React, Tailwind, and code Playground
by DeepakKamat
HTML
<div class='post-body'>
<h2 class='post-title'></h2>
<p></p>
</div>
CSS
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
body {
background-color:whiteSmoke;
font:16px/1.6 "Open Sans", Arial, sans-serif;
color:#333;
}
.post-body {
max-width:600px;
margin:20px auto;
border:2px solid #ccc;
border-radius:5px;
}