JSFiddle - React, Tailwind, and code Playground

HTML

<div class="test">Test</div>

CSS

@supports (-ms-accelerator:true) {
    .test {
        color: #f00;
    }
}