SOURCE

console 命令行工具 X clear

                    
>
console
<div class="title">
    This is a title about text wrap
</div>
<br>
<div class="content">
    This is a content about text wrap
</div>
.title {
    border: 1px solid red;
    width: 100px;
    /* text-wrap: balance; */
}

.content {
    border: 1px solid red;
    width: 200px;
    /* text-wrap: pretty; */
}