JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<h1>
hello world
</h1>
CSS
h1
@keyframes displayNone {
0%: {
display: inherit;
}
100% {
display: none;
}
}
by jonahe
<h1>
hello world
</h1>
h1
@keyframes displayNone {
0%: {
display: inherit;
}
100% {
display: none;
}
}