JSFiddle - React, Tailwind, and code Playground

HTML

<div class="a">
green
</div>

<div class="A">
blue
</div>

CSS

.a {
  color: green;
}