JSFiddle - React, Tailwind, and code Playground

by bill_q

HTML

<div></div>

CSS

div {
  width: 200px;
  height: 200px;
  border: 1px solid #000;
   background: url(http://placehold.it/50/000),
    url(http://placehold.it/100/ccc),
    url(http://placehold.it/50x10/673AB7); 
  background-repeat: no-repeat;
  background-size: 50px , 100px, cover;
}