JSFiddle - React, Tailwind, and code Playground

by Константин Дралюк

HTML

<textarea name="" id="" cols="30" rows="10" class="styled"></textarea>

<div class="styled">test</div>

CSS

.styled {
    background-color: orange;
    resize: horizontal;
    overflow: auto;
}

::-webkit-resizer {
    border: 12px solid yellow;
    padding: 100px;
    box-sizing: content-box;
}

::-webkit-resizer {
  
}