JSFiddle - React, Tailwind, and code Playground

HTML

<div>testing</div>

CSS

@supports (width: calc(100% - 80em)) {
    div {
        background: blue;
        width: calc(100% - 3em);
        margin: auto;
    }
}