Reactjs – Tailwind CSS justify-between does not work
in my code, justify between does not work. here is the code: import { Container } from 'postcss' import React from 'react' export default function Navbar() { return ( <> <nav className='w-full flex justify-between'> <div> asdsad </div> <div> asdsad </div>…