How To Do Custom Container Size In tailwind CSS
Open Tailwind.config.js file And add your components and then Building your CSS module.exports = { purge: [], darkMode: false, // or ‘media’ or ‘class’ theme: { extend: {}, }, variants: { extend: {}, }, //…