JSFiddle - React, Tailwind, and code Playground

by oduska

HTML

<h1 class="num-1">
    1. This is a title
</h1>

<h1 class="num-2">
    2. This is another title
</h1>

<div id="can">
</div>

SCSS

#can {
    width: 200px;
    height: 500px;
    background-color: red;
}