JSFiddle - React, Tailwind, and code Playground
HTML
<div class="widget" id="reports">
<div class="item" id="km"></div>
<div class="item" id="km"></div>
<div class="item" id="km"></div>
<div class="item" id="km"></div>
</div>
CSS
.widget{
width: 100%;
border-bottom-style: solid;
height: auto;
}
.item{
display: inline-block;
padding: 3px;
width: 110px;
height: 80px;
background: steelblue;
}