JSFiddle - React, Tailwind, and code Playground
by GopsAB
HTML
<div></div>
<div></div>
<div></div>
CSS
@media all and (min-width: 321px)
{
div
{
float: left;
}
}
div
{
border: 1px solid;
width: 50px;
height: 50px;
margin: 2px;
}