I want to be able to return the value of the CKEditor textarea, and also write my text inside it.
I used CKEditor 5 CDN. First this my code for the textarea it works
Using the developer console, I found this to work for me:
CKEDITOR.instances.(textarea_id).getData();