JSFiddle - React, Tailwind, and code Playground

by meddario

HTML

<div class="test" style="background-color: none">
  Ciao ciao 1
</div>

<div class="test" style="background-color: darkred">
  Ciao ciao 2
</div>

CSS

.test {
  background-color: forestgreen;
  color: white;
}