JSFiddle - React, Tailwind, and code Playground

HTML

<h1>fsdfs sdsdfs df</h1>

CSS

h1{
    padding:10px 52px;
    height:60px;
    background:url("http://storage9.static.itmages.ru/i/13/1206/h_1386316710_4496222_bd689513fa.png") repeat-x #fff;
    position:relative;
}
h1:before,
h1:after{
    content:"";
    display:block;    
    position:absolute;    
    height:80px;
    width:52px;
    top:0;
    background:url("http://storage9.static.itmages.ru/i/13/1206/h_1386316710_4496222_bd689513fa.png") no-repeat #fff;
}
h1:before{
    left:0;
    background-position: right -80px;
}
h1:after{
    right:0;
    background-position: right -160px;
}