JSFiddle - React, Tailwind, and code Playground

by Oleh Aloshkin

HTML

<div>

</div>

CSS

div {
  width: 100px;
  height: 100px;
  background-image: url('https://support.files.wordpress.com/2009/07/pigeony.jpg');
}

@media (max-width: 430px) {
  div {
    background-image:...