JSFiddle - React, Tailwind, and code Playground

by upsuper

HTML

<textarea class="cTA">this wordshould not                     break</textarea>

CSS

.cTA {
	position: absolute;
	overflow: hidden;
	white-space: pre-wrap;
	width: 100px;
	height: 100px;
	border: 1px solid #000000;
	resize: none;
	cursor: default;
	outline: none;
  text-align: right;
}