How to achieve the effect of picture and text message similar to Wechat's official account in the background?

want to achieve an effect similar to Wechat"s official account picture and text message in the background,
as shown in the figure (official):

:

on the left is the effect, and on the right is what needs to be involved in adding the form
? What"s the train of thought? Please answer!

Aug.04,2021

it can be considered that Wechat is a rich text editor who generates HTML. by WYSIWYG.
there are some open source js rich text editors. The principle is to draw a page in the editor and export it to html, and save it to the server.
looked for it some time ago, but it wasn't particularly friendly. You can search for it yourself.


actually separates the functions of rich text. Let users fill in one by one, and eventually they have to go to rich text

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c5ac-2ba84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c5ac-2ba84.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?