Can you create a diagonal cut in a background color using CSS?
Check out this example
https://i.sstatic.net/vtpYf.jpg
.item {
color: #fff;
font-size: 30px;
background-color: #565453;
padding: 10px 10px 10px 10px;
width: 52%;
text-align: center;
display: inline-block;
}
<div class="item">New Music</div>