JSFiddle - React, Tailwind, and code Playground

by Ksenia Polyakova

HTML

<div class="example"></div>

CSS

.example {
  width: 400px;
  height: 400px;
  outline: 1px solid silver;
  background-image: url('http://ramki-photoshop.ru/personaj/1/seraja_koshka.png'), url('https://upload.wikimedia.org/wikipedia/commons/thumb/4/44/HW1_%28SAV%29.svg/1200px-HW1_%28SAV%29.svg.png');
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: center, top;
}