JSFiddle - React, Tailwind, and code Playground

HTML

Text!

CSS

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html { min-height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
body { min-height: 100%; }