JSFiddle - React, Tailwind, and code Playground
HTML
<div>hexagon</div>
CSS
div {
width: 100px;
height: 100px;
background: yellow;
text-align: center;
border-radius: 2px/10px;
}
<div>hexagon</div>
div {
width: 100px;
height: 100px;
background: yellow;
text-align: center;
border-radius: 2px/10px;
}