JSFiddle - React, Tailwind, and code Playground

HTML

<div class="myClass">
Some text
<div>

CSS

.myClass {
    background: url('http://www.webdesign.org/img_articles/14881/site-background-pattern-07.jpg') -220px 40px;
    background-color: #FF0000;
    
}