JSFiddle - React, Tailwind, and code Playground

by amindunited

HTML

<div class="Container">
    Hey, !!!
</div>

CSS

.Container {
  border: solid 1px grey;
  border-radius: 3px;
}

@media(max-width: 1020px) {
 .Container {
   background-color: red;
 }
}