# bianira-ui A small collection of Tailwind CSS utility extensions: soft glow focus rings, rounded edge presets, and a handful of layout helpers for component libraries. ## Install ``` npm install bianira-ui ``` ## Usage Add the plugin to your `tailwind.config.js`: ```js plugins: [require('bianira-ui')] ```