JSFiddle - React, Tailwind, and code Playground

@author Roman Grinyov <[email protected]>

HTML

<div></div>

CSS

div {
  background: red;
  height: 100px;
  width: 100px;
}

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