JSFiddle - React, Tailwind, and code Playground
HTML
<div class="day">
<div style="top: 35px;left: 200px; background-color: red; height: 26px; width:52px; z-index: 1; position: relative; margin-top: -15px;"> </div>
<div style="top: 15px;left: 150px; background-color: green; height: 26px; width:52px; z-index: 2; position: relative; margin-top: -15px;"> </div>
</div>