JSFiddle - React, Tailwind, and code Playground

by Константин Дралюк

HTML

<input type="radio"> Тест

CSS

input:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background: #000;
}