<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Example</title>
<style>
/* Also works here */
a.not-a-class {
color: blue;
}
</style>
<body>
<div style="color: green;"></div>
<div style="color: yellow;"></div>
<div style="color: red;"></div>
</body>
</html>