How to slant the side of of tab tile i want to make it like a sublime tab
.tab li.tile {
min-width: -webkit-min-content;
min-width: -moz-min-content;
min-width: min-content;
height: 30px;
overflow: hidden;
border-bottom: none;
border-top: solid 0.5px #636363;
border-right: solid 0.5px #636363;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
font-size: 0.8em;
align-items: center;
margin: 0;
padding: 0;
color: inherit
}