JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container">
    <div></div><h1>Stackoverflow</h1>
</div>

CSS

.container
{
    float:right;
}

.container div
{
    float:left;
    width:9px;
    height:32px;
    background-image:url(http://s14.postimage.org/nitv9x7ct/top_Arrow.png);
}

.container h1{
    color:white;
    font-size: 170%;
    font-weight: normal;
    font-family: arial;
    width:189px;
    height:33px;
    line-height: 33px;

    background:#b21f23;
    float:left;
    margin:0;



}