JSFiddle - React, Tailwind, and code Playground
by genelocklin
HTML
<div id="wrap">
<div id="bigger-t">
<div id="mid-c"></div>
<div id="mid-clear"></div>
<div id="semi-c"></div>
<div id="small-inner-c"></div>
</div><!-- /bigger-t -->
</div><!-- /wrap -->
CSS
body {
background: #191919...
JavaScript
/**
* After reading http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/,
* I decided to try to rework this using pseudo elements.
* Next, I'm going to try to get my head around http://www.w3.org/TR/css3-content/.
**/