JSFiddle - React, Tailwind, and code Playground
by int32_t
HTML
<p class="resizable" lang="ja">
あいう⁦かき<br>あいうあいう⁦あいうあいうあいうあいうあいうあいうあいうあいうあいうあいう。
</p>
CSS
.resizable {
font-size: 30px;
width: 12em;
padding: 1em;
overflow: scroll;
resize: both;
text-align: justify;
text-align-last: justify;
}