When using node.js to insert data from an HTML form into a database, validation typically occurs on the server side. I am wondering if there is a way to customize the CSS class associated with the submit data button in node.js. For example, I would like the button to turn green when the data is successfully entered, or display a different color if there are any issues encountered during the process.