<!DOCTYPE HTML>
<html>
<head>
<style>
p { width:0; color:black; }
p::first-letter { color:yellow; }
p.pre { white-space:pre; }
</style>
</head>
<body>
<p class="pre">
Hello
<p class="pre">"
<p>"
</body>
</html>