JSFiddle - React, Tailwind, and code Playground
by xilibit
HTML
<div id="wrapper">
<span id="text24">Text 24 <span id="text12">Text 12</span></span>
<img src="http://www.adlittle.com/fileadmin/templates/images/rss_feed_icon.png" id="icon"/>
</div>
CSS
#wrapper{
position:absolute; left:0;
}
#text24{
font-size:24px; color:#999; float:left; font-weight:bold;line-height:36px;
}
#text12{
font-size:12px; color:#000; font-weight:bold; }
#icon{
height:36px; width:36px;
display:inline;
}