JSFiddle - React, Tailwind, and code Playground

HTML

<div class="title1">
    <div class="left">&nbsp;</div>
    <div class="mid">Any header this вавава аваа вававава вавава вава авававава ваввава ававава</div>
    <div class="right">&nbsp;</div>
</div>

<div class="title1">
    <div class="left">&nbsp;</div>
    <div class="mid">Any header</div>
    <div class="right">&nbsp;</div>
</div>

CSS

body { background: url(http://www.dreamtemplate.com/dreamcodes/bg_images/light/l89.png) repeat; }

.title1 {
    display: table;
    width: 100%;
}
.title1 div {
    display: table-cell;
}
.title1 .left {
    width: 50px;
    background: url(http://rghost.ru/50138186/image.png) repeat-x 50% 50%;
}
.title1 .mid {
    white-space: nowrap;
    font-size: 25px;
    padding: 0px 10px;
    width: 1px;
}
.title1 .right {
    background: url(http://rghost.ru/50138186/image.png) repeat-x 50% 50%;
}