JSFiddle - React, Tailwind, and code Playground

by Narayan Prusty

HTML

Body Text
<small>Small Text</small>

CSS

body
{
    font-size: 20px;
}

small
{
    font-size: 14px;
}