First, you need to import image to use in img element
import imgName from '../../public/testimg.jpeg
then put it in img
<img src={imgName} />
If you are using nextjs, I recommend using Image component.