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;
}
by Josh Pullen
m<span>a</span>n
body {
font-size: 200px;
font-weight: bold;
}
span {
text-shadow: 0 0 24px yellow;
color: orange;
}