JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

HTML

<div class='app-name'>
  kiwievent
</div>

SCSS

body {
  // background: #fb7700;
}

.app-name {
  color: #fb7700;
  font-size: 100px;
}