JSFiddle - React, Tailwind, and code Playground
by JamesKyle
CSS
* {
-webkit-box-sizing: border-box;
-khtml-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
position: relative;
top: 0; bottom: 0; height: 100%;
left: 0; right: 0; width: auto;
margin: 0; padding: 0;
}
body {
border-color: yellow red blue green;
border-style: solid dotted dashed;
border-width: 3px 10px 5px 6px;
}