animation.ibelick
Rotate 360
tailwind.config.ts
{
  "animation": {
    "rotate-360": "rotate-360 1s linear"
  },
  "rotate-360": {
    "0%": {
      "transform": "rotate(0deg)"
    },
    "100%": {
      "transform": "rotate(360deg)"
    }
  }
}