JSFiddle - React, Tailwind, and code Playground
by alexdickson
HTML
<html>
<body>
<div id="header">other elements and header stuff</div>
<div id="main">main content</div>
<div id="footer">other elements and footer stuff</div>
</body>
</html>
CSS
html {
min-height: 100%;
}
body {
background: url(http://www.gravatar.com/avatar/ce6a12cbc444182b7744113204085b37?s=32&d=identicon&r=PG) no-repeat center bottom;
}