JSFiddle - React, Tailwind, and code Playground

HTML

<p class="foo">This paragraph will get a lime background in modern browsers, but not in IE8 and older IE versions.

CSS

.foo { background: red; }
:root .foo { background: lime; }