I have a and when I enter some content into it, then delete these content, it seems like the b
Another way around this problem is to change the behavior of how the white space is handled inside the element. Use CSS:
white-space: pre-wrap;
Check out this link for both the solutions.