word spacing css

CSS
.classname {
  word-spacing: *px
}<div style="letter-spacing: 1em;">It's a wide wide word!</div>

<div style="line-height: 1.5;">

<div style="text-indent: 50px;">word-spacing: 30px;
/*normal space 0.25em and initial sets to initial property*/
 
Source

Also in CSS: