JSFiddle - React, Tailwind, and code Playground

by hughes

HTML

<textarea wrap="off">
    asdf asdf asdf asdf asdf asdf asdf
    asdf asdf asdf asdf asdf adsf asdf asdf asdf adsf
</textarea>

CSS

textarea {
    width:200px;
    height: 60px;
    overflow:auto;
}