JSFiddle - React, Tailwind, and code Playground

HTML

<textarea></textarea>
<button>OK</button>

CSS

textarea {
    width: calc(100% - 60px);
}

button {
    position: fixed; right: 0; top: 0;
    width: 60px;
}