JSFiddle - React, Tailwind, and code Playground
by BulletzBill
HTML
<textarea>Hello, world!</textarea>
CSS
textarea {
border: 2px solid #3D6AA2;
padding: 5px;
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
resize: none;
}