JSFiddle - React, Tailwind, and code Playground
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:...