JSFiddle - React, Tailwind, and code Playground

by Alireza Safian

HTML

<div class="wrapper">
  <p class="class" id="id">test</p>
</div>

CSS

p
{
  color:red !important;
}

html body div.wrapper p.class#id
{
  color:blue;
}