JS converts text box format

how to use JS to convert the content written in a text box into format, for example,
AAA
BBB
JS is AAA < br/ > BBB
or
CCC DDD
JS is CCC DDD

after conversion.
Apr.07,2021

str.replace () to know?

Menu