https://stackoverflow.com/questions/10937218/how-to-show-multiline-text-in-a-table-cell
table 라이브러리 사용 중 JSON.stringify 한 스트링에 인덴트가 적용안돼서 찾아보니까
그냥 css 설정이 안돼서 출력 안됐었다.
converting javascript object to string with linebreak
JSON.stringify(e[1], null, '\t')
stringify 옵셔널을 처음 사용해봤다. beautify 하는 방법 중 하나
https://github.com/grid-js/gridjs
table 라이브러리는 Grid.js를 사용
font
https://blog.greenroots.info/3-quick-ways-to-add-fonts-to-your-react-app-ckjo6jbgd084w8ls1d7xp05qj
https://dev.to/annequinkenstein/adding-fonts-to-create-react-app-3ed7