Border Should be Here
These boxes should be spaced 8 tw units apart
1
2
4
The above border and space-x utilities will not render correctly in FireFox. Currently, Tailwind v4 uses the Houdini APIs' @property syntax which is not supported in release versions of FireFox.

        @property --tw-space-x-reverse {
          syntax: "";
          inherits: false;
          initial-value: 0;
        }
        @property --tw-border-style {
          syntax: "";
          inherits: false;
          initial-value: solid;
        }
    
Visit fixed.html to see a fix for this issue.