JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container">
</div>
CSS
.container {
height: 700px;
background-color: #ededed;
}
<div class="container">
</div>
.container {
height: 700px;
background-color: #ededed;
}