JSFiddle - React, Tailwind, and code Playground
HTML
<div id="image">
</div>
CSS
#image {
background: url(http://www.smashbros.com/images/og/toon_link.jpg);
}
@media screen and (min-width: 320px) and (max-width:580px) {
#image {
max-width: 100%;
}
}