JSFiddle - React, Tailwind, and code Playground

HTML

<textarea placeholder='This is a line \n this should be a new line'></textarea>

<textarea placeholder='This is a line 

should this be a new line?'></textarea>

CSS

textarea{
    width:300px;
    height:100px;
}