JSFiddle - React, Tailwind, and code Playground

by SEmil

HTML

<textarea cols='60' rows='8'>This is my statement one.&#13;&#10;This is my statement2</textarea>

JavaScript

$("textarea").val("This is my statement one. \nThis is my statement2");