JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

m<span>a</span>n

CSS

body {
  font-size: 200px;
  font-weight: bold;
}

span {
  text-shadow: 0 0 24px yellow;
  color: orange;
}