The text-justify property specifies the justification method to use when text-align is set to "justify".This property specifies how justified text should be aligned and spaced.
text-justify: auto|inter-word|inter-ideograph|inter-cluster|distribute|kashida|trim|initial|inherit;
div { text-align: justify; text-justify: inter-word; }