Hello, very quick proposal here:
.text-justify-right -> text-align: justify; text-align-last: right;
.text-justify-center -> text-align: justify; text-align-last: center;
.text-justify-left ~ .text-justify
Use case here:

Plugin territory due to browser support and still being part of a Working Draft (CSS Text Module Level 3).
EDIT: Didn't know about the property, so thank you haha
Hey @NicolasGiuristante thanks for the suggestion! I think I would implement it as just separate utilities (text-last-right, text-last-center, and text-last-left) which you would use in combination with text-justify.
I don't think I want to add this by default right this moment, but if there's enough demand for it to be in core I am not opposed to it 馃憤馃徎
For now I would recommend adding it to your own projects using a little plugin, or using CSS as outlined in the docs:
Most helpful comment
Hey @NicolasGiuristante thanks for the suggestion! I think I would implement it as just separate utilities (
text-last-right,text-last-center, andtext-last-left) which you would use in combination withtext-justify.I don't think I want to add this by default right this moment, but if there's enough demand for it to be in core I am not opposed to it 馃憤馃徎
For now I would recommend adding it to your own projects using a little plugin, or using CSS as outlined in the docs:
https://tailwindcss.com/docs/adding-new-utilities