These "text-size" classes are intended to be used on <span> tags within your <h1> – <h6>, <p> elements. These classes will adjust the font-size of the span relative to the font-size of the parent.
This is the <p> tag, and this is text-xxl.
<span class="text-xxl">Text</span>
This is the <p> tag, and this is text-xl.
<span class="text-xl">Text</span>
This is the <p> tag, and this is text-lg.
<span class="text-lg">Text</span>
This is the <p> tag, and this is text-sm.
<span class="text-sm">Text</span>
This is the <p> tag, and this is text-xs.
<span class="text-xs">Text</span>
This is the <p> tag, and this is text-xxs.
<span class="text-xxs">Text</span>