JSFiddle - React, Tailwind, and code Playground

by dandclark_msft

HTML

<style>
    ::part {
        background-color: blue;
    };
}

    ::part {
        background-color: red;
    };
}
</style>
<body>
    <div>Blue if supported, red if not supported</div>
</body>