How to use dangerously set inner HTML in react

Let’s put the directory title here
Write your own label value transformation through the transformation of the data returned by the interface

The transformation of data returned through the interface

<div dangerouslySetInnerHTML = {{ __html: checkMessages.details }} />

Write your own label value conversion

<div dangerouslySetInnerHTML={{ __html: '<div>hello World</div>' }} />

Read More: