JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="log"></div>
</body>
</html>
CSS
.log{
border: 35px solid transparent;
width: 10px;
border-bottom: 20px solid green;
border-radius:35px;
}