function Product({ name, price, inStock, tags, onClick }) { return (

{name}

{price} €

{inStock && En stock}
); } console.log('Cliqué')} />