I think that styling is a huge part of Frontend Development and most of the times is a great way to distinguish your app from others; it would be awesome if the component provided some very easy way to style the Input, overriding the current classes is very tedious given that there are a lot of components involved:

it would be great (for ex.) to pass styling objects inline via props: inputStyle, clearButtonStyle, etc