JSFiddle - React, Tailwind, and code Playground

by Tuan Truong

HTML

<div class="box">
  <h1>Hi</h1>
</div>

CSS

.box {
  
}