JSFiddle - React, Tailwind, and code Playground

CSS

body {
    background: red;
}

@media (hover: hover) {
  body {
    background: blue;
  }
}