Answers for "tailwind css disabled reset"

CSS
1

tailwind css disabled button

<button class="bg-blue-500 text-white font-bold py-2 px-4 rounded opacity-50 cursor-not-allowed">
  Button
</button>
Posted by: Guest on January-27-2021
0

purge tailwind css

purge: [
    './src/**/*.html',
    './src/**/*.vue',
    './src/**/*.jsx',
  ],
Posted by: Guest on July-20-2021

Browse Popular Code Answers by Language