JSFiddle - React, Tailwind, and code Playground

by Vladimir Kutepov

HTML

<div>hexagon</div>

CSS

div {
  width: 100px;
  height: 100px;
  background: yellow;
  text-align: center;
  border-radius: 2px/10px;
}