JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head>
    <style>

    </style>
</head>
<body>
    <a href="#" class="circle">Test test test test</a>
</body>
</html>

CSS

.circle {
        border-radius: 100%;        
        background: green;
        display:inline-block;
        line-height:100px;
    }