JSFiddle - React, Tailwind, and code Playground

HTML

<p>Something texty <img src="http://placehold.it/50x50" /></p>

<p class="aligned">Something texty <img src="http://placehold.it/50x50" /></p>

CSS

p {
    border: 1px solid;
}

p.aligned img {
    vertical-align: text-bottom;
}