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