JSFiddle - React, Tailwind, and code Playground

by Saksham Malhotra

HTML

<div class="container"></div>

CSS

.container {
  height: 300px;
  background: url('localhost:6969/image.img') center no-repeat #AAA;
}