JSFiddle - React, Tailwind, and code Playground

HTML

<div class="magic">
  <h1>Title goes here</h1>
  <h3>subtitle goes here</h3>
</div>

CSS

body{
  background: url('http://7-themes.com/data_images/collection/2/4437720-sky-wallpapers.png') no-repeat top center;
  background-size:cover;
}
.magic{
  
}
.magic h1,.magic h3{
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}