JSFiddle - React, Tailwind, and code Playground

HTML

<div id="text">M</div><div id="borders">M</div>

CSS

#text{
  font-size:30px;
  font-weight:100;
  font-family:arial;  
    color:black;
    position:absolute;
    left:4px;
    top:7px;
}
#borders{
  font-size:40px;
  font-weight:900;
  font-family:arial;
  color:white;
  -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
   }