Unable to append div element to an amazon page

Unable to append div element to an amazon page

Hi,

I am trying to append a div element with red background color to the body of an amazon.com page. The html is showing up as plain text. I understand something is interfering with the added html. I would like to know what I need to do to successfully add the div element. Here is the code.
  1. $("body").append("<div style=\"background-color: red;\">test</div>");
I appreciate the cooperation of forum members.