JSFiddle - React, Tailwind, and code Playground

by adisakthimthong

HTML

<div class="card">
  hi
</div>

SCSS

.card{
  color:red;
  width:100px;
}