JSFiddle - React, Tailwind, and code Playground

by Uday Hiwarale

HTML

<p class="title">hello</p>

SCSS

.title{
  color: rgba(#000, 0.3);
}