JSFiddle - React, Tailwind, and code Playground
by Manju06
HTML
<div class="daily">
</div>
<div class="inner"></div>
CSS
.daily {
position:absolute;
top: 70px;
width:100%;
height:110px;
border-right:1px solid red;
}
.inner {
width: 100%;
border: 1px solid black;
}