Link to 를 이용할 때.
<Link to="링크 또는 페이지 라우터" style={{backgroundColor:'transparent', color:'#2997FF', fontWeight:'700', marginTop:'1.2rem', textDecoration:'none'}}>
여기를 눌러보세요
</Link>
와 같이 쓸 수 있다.
const blogUrl = "https://blog.naver.com/블로그명";
<button onClick={()=>{window.open(blogUrl)}} > 블로그 url </button>