JSFiddle - React, Tailwind, and code Playground

by p4bl1t0

HTML

<p style="color:red !important;">Esto tendria que se rojo</p>
<p style="color:red;">Esto tendria que se azul</p>

CSS

p
{
    color:blue !important;
}