JSFiddle - React, Tailwind, and code Playground

by web tiki

HTML

<div class="play-pause">

CSS

.play-pause {
        background-color: #000;
        height: 45px;
        width: 45px;
        border: 5px solid red;
        outline: none;
        background: url(http://i.imgur.com/6Wg98I8.png);
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        cursor: pointer;
        background-color: black;
    }