JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<div>
    <img src="http://placehold.it/100x100" /><!--
    --><span>hello</span>
</div>

CSS

img{
    padding:20px;
    background: red;
}

span{
    width: 300px;
    background-color: blue;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}