JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text"></input>
<div>
<textarea id="data"></textarea>
</div>
JavaScript
var data = "Here is your data that was returned from your source";
document.getElementById("data").value = data;