const myObject = "<span style='color: red;'>apple</span>tree"; return ( <div dangerouslySetInnerHTML={{ __html: myObject }} /> );