JSFiddle - React, Tailwind, and code Playground
by Rodwyn Moreno
HTML
<a class="tag uppercase weather" href="/local/weather/">
<img width="18" height="18" alt="icon depicting Cloudy weather" class="b-lazy b-error" src="/pb/resources/images/weather_icons/overcast.svg">
<span style="line-height: 18px; font-size: 18px;">69°F</span>
<img src="https://content.wdtinc.com/clients/chicagotribune/staticMaps/596.png" height="18" width="18">
</a>
CSS
.weather {
border: red solid thin;
display: flex;
}
.weather: {
color: lime;
}