The Image component is a layout primitive that can be used to create any kind of layout.
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"}/>