JSFiddle - React, Tailwind, and code Playground
HTML
<div class="text">
<h1>EXPERIENCES</h1>
</div>
CSS
.text {
position: absolute;
top: 0;
background-color: #000;
overflow: hidden;
}
.text h1 {
font-size: 112px;
-webkit-text-stroke-color: red;
-webkit-text-fill-color: transparent;
-webkit-text-stroke-width: 1px;
}