docs: fix highlight in 05-server-and-client-components.mdx (#87347)
In the **When to use Server and Client Components?** section of [Server
and Client
Components](https://nextjs.org/docs/app/getting-started/server-and-client-components)
page, the code block should highlight line 17 `<LikeButton
likes={post.likes} />` to demonstrate that it is passing a prop to the
component.

---------
Co-authored-by: Joseph <sephxd1234@gmail.com>
Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>