CSS code that breaks long line of text

.myWordBreak {
  white-space: normal;
  word-break: break-all;
  line-height: 25px;
}

use the above code as <span class="myWordBreak">_long_text_</span>