JSFiddle - React, Tailwind, and code Playground

by stedman

HTML

<!doctype html>
<html>
<head>
    <title>Pill Test</title>
</head>
<body>

    <p class="Pp-pill">
        <b class="Pp-logo">P<!--<img src="images/pp.png" alt"PayPal"/>--></b>
        <a class="Pp-btn">Message of your choosing</a>
        <i class="Pp-act">Act</i>
    </p>

</body>
</html>