JSFiddle - React, Tailwind, and code Playground

by plunje

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:310px;
    background:white;
    margin:10px;
    float:left;
    border-radius:5px;
    padding:5px;
}