I have a drop down where the user selects a language:
Although this question has an accepted answer but I think this is a much cleaner way to achieve the desired output
The required attribute in makes it mandatory to select an option from the list.
value="" inside the option tag combined with the required attribute in select tag makes selection of 'Select' option not permissible, thus achieving the required output