<input class="secret-code" type="text" accesskey="c" tabindex="-1"
  value="" placeholder="Secret Code" pattern="wow!">

<div style="--wow: var(--secret_code) green; color: var(--wow, black);">
  Focus this window<br>
  (windows) Type [Alt] + c<br>
  OR<br>
  (OSX) Type [Control] + [Alt] + c<br>
  <br>
  This focuses the secret code box.<br>
  Now type the phrase "wow!" without quotes<br>
  <br>
</div>
<span style="--wow: var(--secret_code) block; display: var(--wow, none);">
  CONGRATS!<br>
  <a href="https://www.w3schools.com/tags/att_global_accesskey.asp">
    Learn more about accesskey
  </a>
</span>
.secret-code:not(:placeholder-shown):valid ~ * { --secret_code: ; }
.secret-code { position: absolute; opacity: 0; pointer-events: none; }

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.