JSFiddle - React, Tailwind, and code Playground
by M Shameer
HTML
<div class="questionText thirtypt">this is a question at 30 points</div>
<div class="questionText thirtypx">this is a question at 30 pixels</div>
<p>
</p>
<div class="questionText twentypt">this is a paragraph text at 20 points</div>
<div class="questionText twentypx">this is a paragraph text at 20 pixels</div>
CSS
*{font-family:Arial;}
.thirtypt{font-size:30pt}
.thirtypx{font-size:30px}
.twentypt{font-size:20pt}
.twentypx{font-size:20px}