JSFiddle - React, Tailwind, and code Playground

by Raphaël

HTML

<h1>Textes alignés</h1><span class="a"><img src="https://pbs.twimg.com/profile_images/971146775/VECTEUR-D_IMAGE-TURQUOISE.jpg"/>Un texte</span>
<span class="a"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/s48x48/592077_284691201584101_1654802301_q.jpg"/>Un texte</span>
<span class="a"><img src="http://images.math.cnrs.fr/IMG/png/section8-image.png"/>Un texte</span>
<h1>Textes non alignés</h1>
<span class="2"><img src="https://pbs.twimg.com/profile_images/971146775/VECTEUR-D_IMAGE-TURQUOISE.jpg"/>Un texte</span>
<span class="2"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-frc3/s48x48/592077_284691201584101_1654802301_q.jpg"/>Un texte</span>
<span class="2"><img src="http://images.math.cnrs.fr/IMG/png/section8-image.png"/>Un texte</span>

CSS

span {display:block}

.a img{height:30px;}