JSFiddle - React, Tailwind, and code Playground

HTML

<div><span>I hate fucking niggers</span></div>

CSS

span {
    border-top:1px solid #6c5c5d;
    padding:7px 0 9px;
    line-height:34px;
    font-size:15px;
    background: linear-gradient(to bottom, #31221f, #030000);
    color:#c3bcb6;
    font-family:sans-serif;
    text-shadow:
        -1px -1px 0 #030000,  
        1px -1px 0 #030000,
        -1px 1px 0 #030000,
        1px 1px 0 #030000,
        0 0 4px #fff;
    letter-spacing:3px;
    text-transform:uppercase;
    font-family:courier;
    font-weight:bold;
}

div{
    padding-left:20px;
    background:url(http://i62.tinypic.com/nn8s41.png) 0 0 repeat-y;
}