JSFiddle - React, Tailwind, and code Playground
HTML
<style>
::part {
background-color: blue;
};
}
::part {
background-color: red;
};
}
</style>
<body>
<div>Blue if supported, red if not supported</div>
</body>
<style>
::part {
background-color: blue;
};
}
::part {
background-color: red;
};
}
</style>
<body>
<div>Blue if supported, red if not supported</div>
</body>