JSFiddle - React, Tailwind, and code Playground
HTML
<div class="sh"></div>
CSS
@keyframes xx {
}
.s {
animation: xx 0.5s infinite;
background: #404040;
height: 200px;
position: absolute;
width: 200px;
}
<div class="sh"></div>
@keyframes xx {
}
.s {
animation: xx 0.5s infinite;
background: #404040;
height: 200px;
position: absolute;
width: 200px;
}