JSFiddle - React, Tailwind, and code Playground
HTML
<div style="background-color:red;max-width:800px;display: inline-block">
<div class="contentgedeelte">
<h2>nieuws</h2>
</div>
<div class="contentgedeelte">
<h2>nieuws</h2>
</div>
<div class="contentgedeelte">
<h2>nieuws</h2>
</div>
<div class="contentgedeelte">
<h2>nieuws</h2>
</div>
</div>
CSS
.contentgedeelte {
width:40px;
background:white;
margin:10px;
float:left;
border-radius:5px;
padding:5px;
}