JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no, user-scalable=false">
<meta name="description" content="">
<meta name="author" content="">
<!-- Bootstrap core CSS
<link href="/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- Important Owl stylesheet -->
<link rel="stylesheet" href="/css/owl.carousel.min.css">
<!-- Default Theme -->
<link rel="stylesheet" href="/css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/BlogTrending.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<!-- For Datepicker -->
<link href="https://cdn.bootcss.com/jqueryui/1.12.1/jquery-ui.css" rel="stylesheet"/>
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=5ae2c36f6a93480011986005&product=custom-share-buttons"></script>
<!-- <link href='//fonts.googleapis.com/css?family=Lato:100,400,700,900' rel='stylesheet' type='text/css'> -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
</head>
<body>
<header class="container border masthead_video text-white text-center">
<form autocomplete="off" id="search_form_marketplace" method="GET" action="/search">
<div...
CSS
#images {
display: flex;
justify-content: space-around;
padding-left: 10%;
padding-right: 10%;
}
#images p
{
margin-bottom: 50px;
}
.blog_trending_text
{
margin-bottom:24px;
margin-top: 44px;
font-size: 2.25rem;
color: rgb(74,74,74);
}
.ruckify_prostore_title
{
display: flex;
justify-content: space-around;
padding-left:10%;
padding-right: 10%;
}
.learn-more-btn
{
padding-left: 10%;
border-radius: 0.50rem;
padding-right: 10%;
background-color: rgb(67, 67, 67);
border: none;
color: rgb(255, 255, 255);
}
.learn-more-btn:hover
{
background-color: rgb(247, 144, 99);
}
.masthead_video
{
background-image: url("/images/rsz_1rsz_forestlight.jpg");
height:602px;
}
.dates
{
display: flex;
}
.ruckify-form
{
padding-left: 30%;
padding-right: 30%;
}
.ruckify-form .start_search
{
width: 50%;
margin-left:auto;
margin-right: auto;
}
.form-control
{
border-radius: 0.50rem !important;
}
.form-control:disabled, .form-control[readonly] {
background-color: white !important;
opacity: 1;
}
/* PLACEHOLDER POSITION START */
::-webkit-input-placeholder {
text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
text-align: center;
}
:-ms-input-placeholder {
text-align: center;
}
/* PLACEHOLDER POSITION END */
/* BLINKING POSITION START */
.input-searchicon input{
text-align: center;
}
.input-searchradius input{
color: transparent !important;
}
.dates input{
color: transparent !important;
text-shadow: 0 0 0 black;
text-align: center;
}
/* BLINKING POSITION END */
/* ICONS START */
.input-searchicon
{
position: relative;
}
.input-searchradius
{
position: relative;
}
.dates
{
position: relative;
}
.searchicon {
position: absolute;
left: 1%;
font-size: 1.75rem !important;
top: 51.4%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
color: #ff8b5a;
pointer-events: none;
}
.globe
{
position: absolute;
...