JSFiddle - React, Tailwind, and code Playground

by Vasilij

HTML

<div class="box">
    box 1
</div>
<div class="box">
    box 2
</div>

CSS

.box {
    border: 1px solid red;
    background: yellow;
    padding: 10px;
    margin: 20px;
}