I am trying to clear the text in mention's textarea by javascript in React. I have tried ``` const textarea = document.getElementById("id"); textarea.value = ""; ``` but this doesn't work for me.