I've saved images in an directory outside react project then I tried to render them in a react component but it fails.
// path: /frontend/src/components/Product.js
<img
src='/uploads/image-1608360523657'
style={{ width: 253, height: 208 }}
/>