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;
}
by p4bl1t0
<p style="color:red !important;">Esto tendria que se rojo</p>
<p style="color:red;">Esto tendria que se azul</p>
p
{
color:blue !important;
}