JSFiddle - React, Tailwind, and code Playground

HTML

<input type="radio" > </input> Rohan

CSS

input[type="radio"]::-ms-check {
    background: #ff0000;
    width: 20px;
    height: 20px;
    border: none;
}

input[type="radio"] ::after {
    border: 1px solid #ff0000;
    width: 20px;
    height: 20px;
    background: #00ff00;
}