Improve DX of twig link function in twig templates.
Outside of cases where you are using a native URL object, it can be difficult to use the link function because it requires you to match Drupal's strict url formating standards. This allows "user input" formatted links so you can pass paths and anchors without issue.
Closes #3426707