<!doctype HTML>
<style>
span {
color: green;
display: inline;
box-shadow: 0 5px 0 0 currentColor;
}
</style>
<span id="target">Text</span>
<!doctype HTML>
<style>
span {
color: green;
display: inline;
box-shadow: 0 5px 0 0 currentColor;
}
</style>
<span id="target">Text</span>