JSFiddle - React, Tailwind, and code Playground

HTML

<div class="videohome"></div>

CSS

.videohome {
    background: url(http://placehold.it/100x100) repeat-x #e6e6e6;
    width:100px;
    height:100px;
}
@media only screen and (max-width: 479px) and (min-width: 0px) {
    .videohome {
        background:none;
    }
}