JSFiddle - React, Tailwind, and code Playground

by agib

HTML

<link rel="stylesheet" href="https://www.borger.dk/Style%20Library/css/bdk-app-master.min.css">
<div class="control-group">
	<p class="no-margin"><label>Var ét eller flere af dine udlandsophold i forbindelse med at din partner var udstationeret / arbejdede i danske interesse i udlandet? <i class="icon-question-sign"></i></label></p>

	<label class="radio inline">
		<input type="radio" name="Udstationeret" id="Udstationeret1" value="Ja"> Ja
	</label>
	<label class="radio inline">
		<input type="radio" name="Udstationeret" id="Udstationeret2" value="Nej" checked="checked"> Nej
	</label>
	<div class="help-block no-margin">
		Hjælpe tekst
	</div>
</div>

CSS

.no-margin {
    margin: 0 !important;
}