I have a project with react and next js. I have a simple page with the name X.content of this page coming from the backend (which means the backend sends me an HTML). On this page, I have several links. I want to know is it possible to send next link from the backend or I must use regular a tag for this situation.