JSFiddle - React, Tailwind, and code Playground

HTML

<p>Lets align this image <img src="http://www.gettyicons.com/free-icons/112/must-have/png/256/check_256.png" width="32" /> with the text properly</p>

CSS

p img {
    vertical-align: middle;
}