cra-template-tailwindcss icon indicating copy to clipboard operation
cra-template-tailwindcss copied to clipboard

A streamlined Tailwind CSS template for Create React App

Results 1 cra-template-tailwindcss issues
Sort by recently updated
recently updated
newest added

The code in index.js currently uses ReactDOM.render, which is no longer supported in React 18. To resolve this issue, a root element should be created using ReactDOM.createRoot before rendering the...