output:
hello How are you
code:
Ho
Use overflow-wrap: break-word; like :
.yourelement{ overflow-wrap: break-word; }