JSFiddle - React, Tailwind, and code Playground
by Loxos
HTML
<div id="image">
</div>
<div id="image">
</div>
<div id="image" style="width:20px;height:20px">
</div>
CSS
#image {
background: url(300x250_A.jpg);
background-color:red;
}
@media screen and (min-width:300px) {
#image {
background: url(300x250_A.jpg);
background-color:blue;
}
}