JSFiddle - React, Tailwind, and code Playground

by Brenton Strine

HTML

<div class="textarea readonly">Lorm Ipsum this is some text that will overflow both ways.Lorm Ipsum this is some text that will overflow both ways.Lorm Ipsum this is some text that will overflow both ways.Lorm Ipsum this is some text that will overflow both ways.Lorm Ipsum this is some text that will overflow both ways.</div>

CSS

.textarea.readonly {
    width: 300px;
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;    
    background: #ccc;
    border: inset 2px #aaa;
}