79632475

Date: 2025-05-21 17:18:31
Score: 1.5
Natty:
Report link
const myObject = "<span style='color: red;'>apple</span>tree";

return (
  <div dangerouslySetInnerHTML={{ __html: myObject }} />
);  
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ANTONIO ROLLANDE YVES