image.png
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<style>
.box3{
width: 160px;
height: 100px;
background: radial-gradient(circle at 0 20%, transparent 6px, #fe8864 6px) top left,linear-gradient(0.25turn, #fe8864, #FE5151), radial-gradient(circle at 100% 20%, transparent 6px, #FE5151 6px) bottom right;
filter: drop-shadow(-1px 0 7px rgba(0,0,0,0.7));
background-size: 17px 100px, 126px 100px, 17px 100px;
background-repeat: no-repeat;
background-position: 0px 0px,17px 0px,143px 0px;
border-radius: 6px;
}
</style>
<body>
<div class="box3">
</div>
</body>
</html>