1@import 'tailwindcss';
2@plugin '@tailwindcss/forms';
3
4.grain:before {
5 content: '';
6 background-color: transparent;
7 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
8 background-repeat: repeat;
9 background-size: 364px;
10 opacity: 0.05;
11 top: 0;
12 left: 0;
13 position: absolute;
14 width: 100%;
15 height: 100%;
16}