JSFiddle - React, Tailwind, and code Playground
by Dineshkani
HTML
<div>Hello World</div>
CSS
div{
min-height: 600px;
height: 30px;
background-color: #888888;
}
by Dineshkani
<div>Hello World</div>
div{
min-height: 600px;
height: 30px;
background-color: #888888;
}