JSFiddle - React, Tailwind, and code Playground

by Rasmus Bergström

HTML

<div class="container">
    
</div>

CSS

.container {
    height: 700px;
    background-color: #ededed;
}