a태그, 혹은 React에서 Link태그는 기본적으로 파란색 컬러와 밑줄을 기본스타일로 가진다. 이를 없애보자

a {
  color: inherit;
  text-decoration: none;
}