export default function GlobalStyle() { return ( <div> <h1 id="red">This should be in red</h1> </div> ) }