JSFiddle - React, Tailwind, and code Playground

HTML

<div></div><h1>Stackoverflow</h1>

CSS

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

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;



}