JSFiddle - React, Tailwind, and code Playground
by George Batt
HTML
<span class="one">Hello</span>,
<span class="two">my name is</span>
<span class="three">Anonymous</span>
CSS
.one{font-weight:bold;}
.two{}
.three{font-weight:bold; font-style:italic;}