First React Project

This is my first React Project.
Can anyone tell me how to convert HTML number entities into there values in React.
In Javascript, all you need to do is:

decodeURI('HTML ENTITY');
Or
desti.innerHTML = 'Html Entity';