JSFiddle - React, Tailwind, and code Playground

by WoJWoJ

HTML

<div class="l_label tomorrow"><div class="l_temp">10</div><div class="l_icon">20</div></div>

CSS

.l_label {
  display: flex;
  flex-direction: column;
}