JSFiddle - React, Tailwind, and code Playground
by meo
HTML
<span class="silend">mute this</span> but don't mute that
CSS
@media braille, speech {
span.silent {
display: none;
}
}
by meo
<span class="silend">mute this</span> but don't mute that
@media braille, speech {
span.silent {
display: none;
}
}