can i duplicate a Tab item based on a number in asp.net core

Im new to asp.net core and im working on a project where I have to create a page where I have to create to duplicate Tab page based on a number.
user enters number in the textbox and based on the number tab items have to be created which carries the same form elements.
I tried with creating tab page but unable to continue the next step,
please help me with this.
thanks in advance