The server component will be rendered on the server.
Documentation explains:
With this approach, ClientComponent and ServerComponent are decoupled and can be rendered independently. In this case, the child ServerComponent can be rendered on the server, well before ClientComponent is rendered on the client.