JSFiddle - React, Tailwind, and code Playground

by Deepak Manwal

HTML

<div class="topbar">
    <div class="left"></div>
    <div class="right"><img src="http://web.corojovenesmadrid.com/images/intranet-icon.png">Internet</div>
        <div style="clear:both"></div>
</div>

CSS

.topbar{
    background:black;
    padding:5px 10px;
}
.left{
    float:left;
}
.right{
    float:right;
    color:#0bc9eb;
}