JSFiddle - React, Tailwind, and code Playground
by ngoctuan001
HTML
<textarea class="wrapper">THE GREAT BANGKOK SALE</textarea>
CSS
.wrapper {
text-align: center;
border: 1px solid red;
background-color: white;
color: black;
width: 240px;
font-size: 36px;
line-height: 43px;
height: 300px;
}