Is there a JavaScript library to input better texts through forms and stuff? [closed]

I am currently working on a website that uses Node.js and Express for it’s back-end, besides other libraries. In the project, there is a lot of CRUDs i need to create, and two of them would be posts that include bold texts, images etc, similar to a blog post. I would like to know: is there a library or framework to input these more “complete” texts through HTML Forms and store them in a database? Like, i don’t want to just store plain text into the system, but it would be too complicated to program a way to input images, bold text, underlines etc and i don’t have much knowledge nor time to do that.