For width on an element with tailwind you can set it by a percentage or fixed rem value. For setting max-width you can only set it to the size of a breakpoint.
Why is this?
Is there any way to set max-width to a percentage or a fixed size that isn't a breakpoint?
You need customize tailwind.config.js
So, you got fixed max width to a percentage or px.
You are not limited in settings and capabilities, on the contrary, the Tailwind CSS provides you with a standard that has proven itself in practice.
But if you need fine tuning for your project, you can always do it.
Enjoy using Tailwind CSS!