<!DOCTYPE html>
<style>
body {
background: black;
}
div {
color: white;
text-shadow: 5px 5px 5px white;
</style>
<div>whoa</div>