JSFiddle - React, Tailwind, and code Playground
by pepelsbey
HTML
<textarea> This text should be on a single line,
if it is displayed as several wrapped lines, then it is a FAIL. </textarea>
CSS
textarea {
width: 45ex;
height: 10em;
white-space: pre;
}