Applied to the HEAD-/HEAD section of this document is:
Judging from the below examples we learn that...
- - Text size ranges between: 1-6
- - Output seems to be the same...if the text is enclosed inside of a pair of h1 tags/or, p tags.
- - One can include multiple CSS class rules inside of any one HTML tag.
- - Normal HTML code doesn't work? Here I've tried using:
hr/ul/li/blockquote
...tags...; and, it's not even showing up, normally, at all?!
Therefore, my own conclusion is...
- - a CSS reset has been used.
- - this means, if you are going to use: tailwindcss;
then, you will have to follow it's own set of CSS rules...;
if you wish to properly format the HTML web page output.
<p class="text-1xl font-light underline text-clifford">
<p class="text-2xl font-medium underline text-clifford">
<p class="text-3xl font-bold underline text-clifford">
<p class="text-4xl font-light underline text-clifford">
<p class="text-5xl font-medium underline text-clifford">
<p class="text-6xl font-bold underline text-clifford">