<p>This is very looooooooooooooooooong string. Do not worry about it...</p>
<p class="change">This is very looooooooooooooooooong string. Do not worry about it...</p>
p {
background-color: #eee;
padding: 4px 2px;
font-size: 18px;
width: 75px;
display: inline-block;
margin-right: 200px;
}
.change {
overflow-wrap: break-word;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.