JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
<div></div>
<div></div>
CSS
div {
width: 200px;
height: 100px;
background-color: gold;
border-left: solid 2px #cdcdcd;
float: left;
}
<div></div>
<div></div>
<div></div>
div {
width: 200px;
height: 100px;
background-color: gold;
border-left: solid 2px #cdcdcd;
float: left;
}