Create a SASS design system: _tokens.scss, _buttons.scss, and main.scss that imports both.
export default function App(): JSX.Element { return <h1>Hello world</h1> }