I would like to have a MUI Divider that is half green and half gray. Is there a way to do this?
This is my divider:
<Divider className="bg-darkGreen rounded-xl h-3.5" orientation="horizontal" />
This is how it looks:
And this is how I would like it to look:
Is this possible to achieve??

