JSFiddle - React, Tailwind, and code Playground
HTML
Body Text
<small>Small Text</small>
CSS
body
{
font-size: 20px;
}
small
{
font-size: 14px;
}
Body Text
<small>Small Text</small>
body
{
font-size: 20px;
}
small
{
font-size: 14px;
}