JSFiddle - React, Tailwind, and code Playground
HTML
<div>It is a test<div>
<small>this need to some margin-top</small>
CSS
small{
margin-top: 100px;
color: #999;
}
<div>It is a test<div>
<small>this need to some margin-top</small>
small{
margin-top: 100px;
color: #999;
}