JSFiddle - React, Tailwind, and code Playground

by panchroma

HTML

<link rel="stylesheet" href="http://3waynutrition.com/calculadoras/css/style.css">
<link rel="stylesheet" href="http://3waynutrition.com/calculadoras/css/normalize.css">
<html lang="en"><head>
	<meta charset="UTF-8">
	<title>Calculadoras Fitness. Calculadoras de deporte.</title>
	<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
	<meta name="keywords" content="calculadora fitness, calculadora, calculadoras de deporte, calculadoras deportivas, deporte, fitness, calculadoras de salud, calculadoras de deportes, calcular pulsaciones, calculadora de frecuencia cardiaca maxima, frecuencia cardiaca maxima, frecuencia cardiaca, FCM">
	<meta name="description" content="Utiliza la calculadora del Índice de Masa Corporal para averiguar tu peso ideal.">
	<meta name="author" content="Diego Andrés Luis">
	<meta name="copyright" content="ZMax Studio">
	<meta name="page-topic" content="Calculadoras fitness">
	<meta name="audience" content="todos">

	<!-- STILOS -->
	<link rel="stylesheet" href="css/normalize.css">
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
	<!-- <link rel="stylesheet" href="css/bootstrap.min.css"> -->
	<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&amp;subset=latin,latin-ext,cyrillic-ext" rel="stylesheet" type="text/css">
	<link href="https://fonts.googleapis.com/css?family=Roboto:400,100,300,500" rel="stylesheet" type="text/css">
	<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet" type="text/css">
	<link rel="stylesheet" href="css/style.css">
	
	<!-- SCRIPTS -->
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
	<script src="js/parallax.js"></script>
	
</head>
<body>
	
	<header>
		<section class="jumbotron">
			<div class="container">
				<div class="row">
					<img src="img/ic-calculadoras-fitness.png" class="brand-img...

CSS

.show-me{
    display:inline-block;
    min-width:64px;
    min-height:64px;
}
/* I think there's something in the normalize.css code that's causing the problem. To confirm this, temporarily comment it out of your HTML. One solution is to add the above to your CSS and add class to your a tag at line 120 of your HTML opposite */
/* HTML opposite is copied from your page except I've hardwired the links to your CSS file and the media-object image file, and added the above CSS class */