JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Set size of HTML item</h1>
<div id="size"></div>
CSS
body {background-color: LightGray }
#size {
height: 150px;
max-width: 400px;
background-color: DarkSlateGray;
}