Sometimes we want a container that is only rounded on the inside, but the outer corners of its border/outline are sharp.
This works fine, but it forces us to use two elements (DIVs) when we only need one. Is there a way to achieve the same effect with only one element?
There is a way to do this, with just one element (granted it is a bit hacky).