JSFiddle - React, Tailwind, and code Playground
by Artem Borovikov
CSS
@font-face {
font-family: 'normal';
src: url("../fonts/raleway/normal.eot");
src: url("../fonts/raleway/normal.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/normal.woff") format("woff"), url("../fonts/raleway/normal.ttf") format("truetype"), url("../fonts/raleway/normal.svg#normal") format("svg");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'medium';
src: url("../fonts/raleway/medium.eot");
src: url("../fonts/raleway/medium.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/medium.woff") format("woff"), url("../fonts/raleway/medium.ttf") format("truetype"), url("../fonts/raleway/medium.svg#medium") format("svg");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'semibold';
src: url("../fonts/raleway/semibold.eot");
src: url("../fonts/raleway/semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/semibold.woff") format("woff"), url("../fonts/raleway/semibold.ttf") format("truetype"), url("../fonts/raleway/semibold.svg#semibold") format("svg");
font-weight: normal;
font-style: normal
}
@font-face {
font-family: 'bold';
src: url("../fonts/raleway/bold.eot");
src: url("../fonts/raleway/bold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/bold.woff") format("woff"), url("../fonts/raleway/bold.ttf") format("truetype"), url("../fonts/raleway/bold.svg#bold") format("svg");
font-weight: normal;
font-style: normal
}
.jcf-radio {
vertical-align: middle;
display: inline-block;
position: relative;
overflow: hidden;
cursor: default;
background: #fff;
border: 1px solid #777;
border-radius: 9px;
margin: 0 3px 0 0;
height: 16px;
width: 16px
}
.jcf-radio span {
display: none;
position: absolute;
top: 3px;
left: 3px;
right: 3px;
bottom: 3px;
background: #777;
border-radius: 100%
}
.jcf-radio input[type="radio"] {
position: absolute;
height: 100%;
width: 100%;
border: 0;
margin: 0;
...