JSFiddle - React, Tailwind, and code Playground
by Arjun Singh
HTML
<div class="box">
</div>
CSS
.box{
background-color: tomato;
height: 50px;
width: 50px;
}
@keyframes fade-out{
to{
opacity: 1;
}
}
by Arjun Singh
<div class="box">
</div>
.box{
background-color: tomato;
height: 50px;
width: 50px;
}
@keyframes fade-out{
to{
opacity: 1;
}
}