The letter-spacing property change the width of space between in word.
Example of Code
<style>
.example-CSS-Word-Spacing-paragraph{
word-spacing: 50px;
}
</style>
<p class="example-CSS-Word-Spacing-paragraph">This text has word spacing applied</p>
Output
This text has word spacing applied
