react 터미널 창에 설치 npm i styled-reset App.js파일에 라이브러리 추가 import { Reset } from 'styled-reset' return 의 감싸져 있는 태그안 가장 상단에 추가 <Reset />
npm i styled-reset
import { Reset } from 'styled-reset'
<Reset />