JSFiddle - React, Tailwind, and code Playground
HTML
<h1 class="introText text-center">We've got your perfect spot.</h1>
CSS
.introText {
/* font-family: "Nunito", sans-serif; */
text-shadow: 0 0 1px black, 0 0 1px green, 0 0 1px yellow, 0 0 1px blue;
color: white;
font-size: 50px;
margin-top: 20vh;
}