SOURCE

console 命令行工具 X clear

                    
>
console
<div class="container">
    No one’s born being good at all things. You become good at things through hard work. You’re not a varsity athlete the first time you play a new sport. You don’t hit every note the first time you sing a song.You’ve got to practice. The same principle applies to your schoolwork. You might have to do a math problem a few times before you get it right. You might have to read something a few times before you understand it.You definitely have to do a few drafts of a paper before it’s good enough to hand in.
</div>
<div class="container">
    1234231412342134234
</div>
.container {
    width: 100px;
    height: 200px;
    border: 1px solid red;
    overflow: hidden auto;
    word-wrap: break-word;
    word-break: break-word;
    scrollbar-gutter: stable;
    /* scrollbar-gutter: stable both-edges; */
}