Render unicodes in react using dangerously set innerHTML

I have an api which returns string like this:

n
<p>
  Weu00e2u0080u0099re looking for a Customer Success Manager, Scale to join
  our team of five u00e2u0080u009cmisfits that fitu00e2u0080u009d.&nbsp;
</p>

How can I render the unicodes properly in react?