animation.ibelick
Rotate 90
tailwind.config.ts
{
  "animation": {
    "rotate-90": "rotate-90 1s ease-in-out"
  },
  "rotate-90": {
    "0%": {
      "transform": "rotate(0deg)"
    },
    "100%": {
      "transform": "rotate(90deg)"
    }
  }
}