JSFiddle - React, Tailwind, and code Playground

by int32_t

HTML

<p class="resizable" lang="ja">
あいう&#x2066;かき<br>あいうあいう&#x2066;あいうあいうあいうあいうあいうあいうあいうあいうあいうあいう。
</p>

CSS

.resizable {
  font-size: 30px;
  width: 12em;
  padding: 1em;
  overflow: scroll;
  resize: both;
  text-align: justify;
  text-align-last: justify;
}