JSFiddle - React, Tailwind, and code Playground
HTML
<ul>
<li> <img src="http://dropbox.smallparade.com/bigbubble.png" width="24" height="24">
</li>
<li> <img src="http://dropbox.smallparade.com/bigbubble.png" width="24" height="24">
</li>
</ul>
CSS
ul li {
font: 14px/24px Helvetica, Arial, sans-serif;
white-space: nowrap;
}
ul li img {
margin-left: 10px;
vertical-align: middle;
}