Hello & Thanks ,
I would like to take w3schools code:
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_draggable
And replace the
<p>Move</p>
<p>this</p>
<p>DIV</p>
with multiple "textareas" :
<textarea class="textArea" rows="4" cols="20"> </textarea>
As I do here:
https://www.w3schools.com/code/tryit.asp?filename=G6WWH7C8BR89
(Please note the behavior of <trextarea> , how you can Drag the textarea
from the right bottom corner
and resize the whole 'mydiv' . )