Check out example codes for "html set textarea value". It will help you in understanding the concepts better.
Code Example 1
<textarea class="article-input" id="article-input" type="text" rows="9" >{{article}}
Code Example 2
// To set the textarea value, you must insert the TEXT into the element.
<textarea>VALUE
Learn ReactJs, React Native from akashmittal.com