JSFiddle - React, Tailwind, and code Playground

by Mario Sanz

HTML

<body>
    <div id="nav">
        <!-- Navigation -->
    </div>
    <div id="content">
        <!-- Tutorial -->
    </div>
</body>

CSS

#nav, #content {
    border: 1px solid black;
    border-radius: 10px;
    height: 100px;
    margin-bottom: 10px;
}