JSFiddle - React, Tailwind, and code Playground
HTML
<textarea readonly="true">Hello,
This is a text box.</textarea>
CSS
* {
margin:0;
padding:0;
}
html,body {
height:100%;
width:100%;
}
textarea {
border:none;
font:14px/18px Georgia;
height:100%;
overflow:auto;
width:100%;
}