JSFiddle - React, Tailwind, and code Playground

HTML

<div id="test">Hello</div>

CSS

div {
    background-color: green;
    border: 2px solid green;
}

@media="screen" {
    div#test {
        background-color: red;
    }
}