JSFiddle - React, Tailwind, and code Playground

HTML

<div class="item"></div>







<div class="item"></div>

CSS

.item {
	position: relative;
	float: left;
	height: 200px;
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-color: #ddd;
}