JSFiddle - React, Tailwind, and code Playground

by Kyle

HTML

<div style="color: red;">
    Which color am I?
</div>

CSS

div
{
    color: yellow !important;
}