JSFiddle - React, Tailwind, and code Playground
by Avijit Kumar
HTML
<div>
<h1> Hello World </h1>
</div>
CSS
html,body {
height:100%;
}
div {
height:100%;
background-color: red;
}
by Avijit Kumar
<div>
<h1> Hello World </h1>
</div>
html,body {
height:100%;
}
div {
height:100%;
background-color: red;
}