window.onload = () => { const textArea = document.getElementById('besana-editor') const textAreaValue = textArea.value console.log(textAreaValue) }