JSFiddle - React, Tailwind, and code Playground
http://stackoverflow.com/questions/7214867/height-percentage-problem-for-body-tag-unresolved-through-searches
by tw16
CSS
html,body {
padding: 0;
margin: 0;
height: 100%;
}
html{
background: red;
}
body {
background: skyblue;
}