How to add like '5 or more' on the input number type in html

Tell us what’s happening:
I am creating a survey form and I want one of the options to be in stead of selecting years 0-50, I just want the end user to be able to select “10 plus years” or “10 or more years” instead of cycling through numbers 0-50.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-survey-form

Not following you here. Are you are talking about select dropdown?

Yes, I want the min=“0” and the max=“10 or more years”