JSFiddle - React, Tailwind, and code Playground

by jakie8

HTML

<h1>
    <img src="http://placehold.it/200x50">
    <span>My Company</span>
</h1>

CSS

h1 span{
    text-indent:-999px;
    display:inline-block;
}