If you want to vertically align text next to an image you can apply the vertical-align to the image. As it is all in one line, son it’s really the image you want to be aligned, not the text.
<div>
<img style="vertical-align:middle" src="https://placehold.it/60x60">
<span style="">Works.</span>
</div>