JSFiddle - React, Tailwind, and code Playground

by lottikarotti

HTML

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

CSS

.container { background-color: #f3f3f3 ; }