JSFiddle - React, Tailwind, and code Playground
HTML
<input type="radio"> Тест
CSS
input:before {
content: '';
width: 20px;
height: 20px;
display: block;
background: #000;
}
<input type="radio"> Тест
input:before {
content: '';
width: 20px;
height: 20px;
display: block;
background: #000;
}