I'm attempting to create a form input field with a specific format. The field should appear as:
The prefix domain.com/username/ should be displayed as non-editable text (and not be submitted as form data), allowing the user to input their desired text after it. Is there a CSS-only solution that can achieve this functionality without relying on JavaScript? It's important that the editable text aligns correctly with the variable username length.