JSFiddle - React, Tailwind, and code Playground
HTML
<p class="weight">
Abcd Efgh
</p>
CSS
.weight{
font-family:'Signika';
font-weight:500;
font-size:14px;
}
<p class="weight">
Abcd Efgh
</p>
.weight{
font-family:'Signika';
font-weight:500;
font-size:14px;
}