Check out example codes for "HTML entities must be escaped". It will help you in understanding the concepts better.
Code Example 1
const func = () => {
return (
<div >
{" you're free "}
</div>
)}
Learn ReactJs, React Native from akashmittal.com