JSFiddle - React, Tailwind, and code Playground
by Sergey khorev
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="box-shadow" noise=626262></div>
<img src="" alt="">
</body>
</html>
CSS
.box-shadow {
border-radius: 10px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 0px 30.36px 15.64px rgba(0, 0, 0, 0.23);
position: absolute;
left: 30px;
top: 34px;
width: 604px;
height: 276px;
z-index: 4;
}
svg{display:flex}