how to use custom stylesheets express node

JavaScript
app.use(express.static(__dirname + '/public'));

<link rel='stylesheet' href='/style.css' />
Source

Also in JavaScript: