JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <p>
        <img src="http://placekitten.com/100/100"/>
        <span>Kittens are great</span>
    </p>
</div>

CSS

span:first-letter { font-size:2em; }
span { display:inline-block; }
img { margin-right:5px; }