JSFiddle - React, Tailwind, and code Playground

HTML

<div class="title">
    <h1>Test title</h1>
</div>

CSS

.title {
    background: url(http://ru.vectorboom.com/Tutorials/FloralPattern/final.png);
}

.title h1 {
    background: #fff;
    display: inline;
    padding: 0 10px 0 0;
}