JSFiddle - React, Tailwind, and code Playground

HTML

<div>testing</div>

CSS

div {
    background: black !important;
    color: white;
}

@media only screen and (max-width: 450px){
    div { background: green;
}