Notes
- You can style when the input is focused by styling
.focus placed on the input. - You can style placeholder, by styling
.js-input-placeholder added to the input. - When form is submitted logic will need to be put in place so placeholder value does not get passed when placeholder not supported.