JSFiddle - React, Tailwind, and code Playground

by kevinPHPkevin

HTML

<div style="display: inline;">
    <img src="http://img585.imageshack.us/img585/3989/m744.png" height="68" />
    <h1>Variable length text</h1>
</div>

CSS

div {
    position: relative;
}
h1 {
    display: inline;
}
img {
    position:absolute;
    width:100%;
    max-width: 100%;
    z-index:-1;
}