How does the front end parse the string containing the html tag returned by json

clipboard.png

clipboard.png
as shown in the figure, I use react to map the data directly, the mapping is a string, how to convert it?

Mar.30,2021

see the official document Dangerously Set innerHTML

using dangerouslySetInnerHTML,.
Menu