Tailwind
<div className="text-4xl block font-bold pb-2">
Hello to React
</div>.btn-blue {
@apply bg-blue-500 text-gray-700;
}Parts
@tailwind base; /* Preflight will be injected here */
@tailwind components;
@tailwind utilities;Customize
Last updated