JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrapper">
<div>content</div><div>content</div><div>content</div><div>content</div><div>content</div><div>content</div><div>content</div><div>content</div><div>content</div><div>content</div>
</div>
CSS
#wrapper{width:200px;background:grey;height:200px;}
div{display:inline-block;margin-right:5px;margin-top:3px;background:pink;}