<p>
  Most words are short & don't need to break. But then there are works like Floccinaucinihilipilification which are not so short.
</p>
p {
  width: 150px;
  font-size: 20px;
  background-color: #eee;
  padding: 10px;
  
/* css wrap properties */
  text-align: justify;
  word-break: break-all;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.