JSFiddle - React, Tailwind, and code Playground

HTML

<h1></h1>

CSS

h1{
    color:white;
    font-size: 170%;
    font-weight: normal;
    font-family: arial;
    width:189px;
    height:33px;
    line-height: 33px;
    margin-top:21px;
    background-color: #b21f23;
    background-image:url(http://s14.postimage.org/nitv9x7ct/top_Arrow.png);
    background-position: left;
    background-repeat: no-repeat;
    float:right;



}