Create a basic HTML page with an input box and a submit button. The input box should accept a comma separated list of up-to 4 Twitter handles and upon submission should display the last 10 tweets from those handles in separate sections below. In order to fetch the tweets you can use the API provided by Twitter - Get User Tweets API and their resources.