As entidades HTML devem ser escapadas
const func = () => {
return (
<div >
{" you're free "}
</div>
)}
Ashamed Anteater
const func = () => {
return (
<div >
{" you're free "}
</div>
)}