How to add theme Add <ThemeProvider> in main.jsx as below <ThemeProvider theme={theme}> <App /> </ThemeProvider> How to reset css Add <GlobalStyle /> in main.jsx as below <ThemeProvider theme={theme}> <GlobalStyle /> <App /> </ThemeProvider> How to use icon How to use table