css
Required or not?
Style required inputs out of the box: add the required attribute and target the input with the CSS :required pseudo-class selector.

CSS allows us to style required inputs out of the box! All you need to do is to add the required attribute and then style your input with the :required pseudo-class selector.