JSFiddle - React, Tailwind, and code Playground

by rus333

HTML

<p>some here...</p>
<p>some here...</p>
<p>some here...</p>
<p>some here...</p>
<div>some here...</div>

CSS

html, body {
    width: 100%;
}
p {
    width: 18%;
    height: 50px;
    margin: 1%;
    float: left;
    background: #252525;
}
div {
    width: 100%;
    height: 50px;
    background: #cccccc;
    clear: both;
}