I reply to myself. I am using components, specifically blocks, and this path is not added in tailwind.config.js
.
content: ['views/**/*.php**', './app/**/*.php', './resources/**/*.{php,vue,js}', './node_modules/flowbite/**/*.js'],
This fixed the inability to use font sizes larger than 2xl
too.
I hope this helps someone else.
Bye!