JSFiddle - React, Tailwind, and code Playground

by khamer

HTML

<script src="https://unpkg.com/[email protected]/scss.scss"></script>
<h1>test</h1>

SCSS

h1 {
  @include font-size: (5rem);
}