JSFiddle - React, Tailwind, and code Playground

by bgrins

HTML

<div id="element">
    Hey
</div>

CSS

#element {
    min-height: 300px;
    background: #272727 url(http://dl.dropbox.com/u/185952/comorichweb.ico) repeat-y; 

}