.test {
        position: relative;
        background-color: white;
        
    }

        .test:before {
            content: '%';
            margin-top: 8px;
            float: right;
            z-index: 4;
            margin-bottom: -60px;
        }
