JSFiddle - React, Tailwind, and code Playground

by Dineshkani

HTML

<div>Hello World</div>

CSS

div{
    min-height: 600px;
    height: 30px;
    background-color: #888888;
}