JSFiddle - React, Tailwind, and code Playground
by oti ext
HTML
<div class="box">
おらおらおらあらららオラオラ亜あらら?
</div>
CSS
.box {
margin: 50px;
width: 50px;
height: 35px;
border: 3px solid tomato;
text-indent: -10px;
}
by oti ext
<div class="box">
おらおらおらあらららオラオラ亜あらら?
</div>
.box {
margin: 50px;
width: 50px;
height: 35px;
border: 3px solid tomato;
text-indent: -10px;
}