JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<p>abc</p>

CSS

@supports (gap: 10px) {
  p {
    color: red;
  }
}