Hello, I have successfully implemented a content editable div. However, I am looking to automatically insert a <br>
tag whenever the text overflows the width of the content-editable area. Essentially creating a line break whenever there is an overflow-wrap, similar to { overflow-wrap: word-break} but with automatic
insertion.