JSFiddle - React, Tailwind, and code Playground
HTML
<div class="container"></div>
CSS
.container {
height: 300px;
background: url('localhost:6969/image.img') center no-repeat #AAA;
}
<div class="container"></div>
.container {
height: 300px;
background: url('localhost:6969/image.img') center no-repeat #AAA;
}