JSFiddle - React, Tailwind, and code Playground

HTML

<div class="item colour">
  My Item
</div>

CSS

.colour::after {
    content: "Green";
    font-family: Oswald, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #5cb8b2;
}