if you're wondering where this is useful, you're probably not on tiktok enough to see all the lyrics / auto-captioned videos using this effect
btw, captions here were made with demucs for vocal stem separation + whisperx for transcription
pleasantly surprised you can do fully justified text with just CSS!
with `text-align: justify`, the last line stays aligned to the left
but `text-align-last: justify` lets you justify the final line too, so the text forms a proper block
pretty cool