The Image component is a layout primitive that can be used to render images.
Image
It is just a img with some styles.
img
// Before <Image src={"https://via.placeholder.com/150"} /> // After <img src="https://via.placeholder.com/150" />