How can I use the NextJS Image element in raw HTML response from the server something like:
HTML =
"<div>
<p> Some Random text</p>
<img src="image1.jpg" />
<img src="image2.jpg" />
<p> Some Random text</p>
<img src="image3.jpg" />
<img src="image4.jpg" />
<div>"