<html>
<head>
<style>
:first-letter { color: blue }
</style>
</head>
<body>
<div><span style="display: none"></span></div>
</body>
</html>