If you use the following source code
<div class="row">
<div class="col-xs-6 col-sm-6 col-lg-6 col-md-6">
<SfTextBox Placeholder="First Name" FloatLabelType="@FloatLabelType.Auto"></SfTextBox>
</div>
<div class="col-xs-6 col-sm-6 col-lg-6 col-md-6">
<SfTextBox EnableRtl="true" Placeholder="Last Name" FloatLabelType="@FloatLabelType.Auto"></SfTextBox>
</div>
</div>
What I want is as shown in the picture below.
Please tell me the source to make this using Syncfusion