CSS Property:
text-align-last:

Result:
You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property. You can use the text-align-last property to align the last line of a text, if the text has the text-align property set to justify. This text is where you will see the result of the text-align-last property.
CSS Code:

#myDIV {
  text-align: justify;
  text-align-last: auto;
}
    
  
Click the property values above to see the result
W3Schools.com - Play it